-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 955 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
{
"name": "cocos-webpage-packing",
"version": "1.0.0",
"description": "将 Cocos Creator 构建得到的移动端网页、脚本、资源封装为单个 HTML 文件。",
"main": "main.ts",
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/clean-css": "^4.2.1",
"@types/node": "^12.7.8",
"@types/uglify-js": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"clean-css": "^4.2.1",
"eslint": "^8.56.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.3",
"uglify-js": "^3.6.0"
},
"scripts": {
"build": "ts-node ./src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SirZenith/cocos-webpage-packing.git"
},
"author": "陆离",
"license": "MIT",
"bugs": {
"url": "https://github.com/SirZenith/cocos-webpage-packing/issue"
},
"homepage": "https://github.com/SirZenith/cocos-webpage-packing"
}