mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 13:13:40 +00:00
ad70dd8853
none of these security updates should affect anyone. I don't use the npm build pipeline anymore, but it just ran a gulp file to recompile stls
32 lines
743 B
JSON
32 lines
743 B
JSON
{
|
|
"name": "keyv2",
|
|
"version": "1.0.0",
|
|
"description": "automated stl build platform for KeyV2",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rsheldiii/openSCAD-projects.git"
|
|
},
|
|
"keywords": [
|
|
"mechanical",
|
|
"keyboard"
|
|
],
|
|
"author": "rsheldiii",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/rsheldiii/openSCAD-projects/issues"
|
|
},
|
|
"homepage": "https://github.com/rsheldiii/openSCAD-projects#readme",
|
|
"dependencies": {
|
|
"gulp-changed": "^3.2.0",
|
|
"gulp-changed-in-place": "^2.3.0",
|
|
"gulp-shell": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "4.0.2"
|
|
}
|
|
}
|