forked from pixiv/three-vrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1013 Bytes
/
package.json
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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"all": "yarn && yarn test && yarn lint && yarn clean && yarn build && yarn docs",
"clean": "lerna run clean",
"build": "lerna run build",
"test": "lerna run test",
"lint": "lerna run lint",
"lint-fix": "lerna run lint-fix",
"docs": "lerna run docs",
"prepare": "husky install"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.1",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"cross-env": "^7.0.2",
"downlevel-dts": "^0.7.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^7.1.0",
"husky": "^6.0.0",
"lerna": "^3.22.1",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"rollup": "^2.33.1",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.0.3",
"typedoc": "^0.20.36",
"typescript": "^4.0.5"
},
"name": "three-vrm"
}