forked from jscad/OpenJSCAD.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@jscad/openjscad",
"version": "1.6.1",
"description": "",
"repository": "https://github.com/Spiritdude/OpenJSCAD.org",
"scripts": {
"test": "lerna bootstrap && lerna run test",
"lint": "eslint packages/**/*.js",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"cli": "npm run bootstrap && cd ./packages/cli",
"web": "npm run bootstrap && cd ./packages/web && npm run start-dev",
"desktop": "npm run bootstrap && cd ./packages/desktop && npm run dev",
"publish": "git checkout master && git pull origin master && npm t && lerna publish --conventional-commits",
"publish-dryrun": "git checkout master && git pull origin master && npm t && lerna publish --conventional-commits --skip-git --skip-npm"
},
"contributors": [
{
"name": "Rene K. Mueller",
"url": "http://renekmueller.com"
},
{
"name": "z3dev",
"url": "http://www.z3d.jp"
},
{
"name": "Mark 'kaosat-dev' Moissette",
"url": "http://kaosat.net"
}
],
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"ava": "^0.23.0",
"lerna": "2.7.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/openjscad",
"logo": "https://opencollective.com/openjscad/logo.txt"
}
}