-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 995 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 995 Bytes
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
{
"name": "live2d-helper",
"version": "2.0.0",
"description": "Quick display of live2d model",
"main": "dist/index.js",
"scripts": {
"build": "npx webpack --config webpack.config.build.js",
"watch": "npx webpack --watch --config webpack.config.js"
},
"files": [
"dist/index.js"
],
"devDependencies": {
"@types/node": "^13.9.1",
"glob": "^7.1.4",
"npm-run-all": "^4.1.5",
"serve": "^11.1.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"worker-loader": "^2.0.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kooritea/live2d-helper.git"
},
"keywords": [
"live2d",
"waifu"
],
"author": "kooritea",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/kooritea/live2d-helper/issues"
},
"homepage": "https://github.com/kooritea/live2d-helper#readme"
}