forked from SpriteStudio/SS6PlayerForWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "ss6playerforwebroot",
"private": true,
"workspaces": [
"packages/*"
],
"bugs": {
"url": "https://github.com/SpriteStudio/SS6PlayerForWeb/issues"
},
"homepage": "https://github.com/SpriteStudio/SS6PlayerForWeb#readme",
"author": {
"name": "Web Technology Corp.",
"url": "https://www.webtech.co.jp/"
},
"scripts": {
"build": "lerna run build --concurrency=1 --stream",
"lerna": "lerna",
"clean": "npm run clean:artifacts && npm run clean:packages && npm run clean:root",
"clean:artifacts": "lerna run clean --parallel",
"clean:packages": "lerna clean --yes",
"clean:root": "rimraf node_modules",
"bootstrap": "lerna bootstrap",
"lint": "lerna run lint",
"test": "lerna run test",
"docs": "lerna run docs",
"dist": "npm run build && npm run docs",
"view": "lerna run view --scope=ss6player-pixi"
},
"devDependencies": {
"lerna": "^3.16.4",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.15.0",
"typescript": "^3.6.2"
}
}