forked from fkworld/cocos-to-playable-ad
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 874 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-to-playable-ad",
"version": "1.0.0",
"description": "将 cocos creator 构建出来的 web-mobile 项目打包为 playable-ad 项目,即单 html 文件。",
"main": "start.ts",
"dependencies": {
"glob": "^7.1.6"
},
"devDependencies": {
"@types/clean-css": "^4.2.1",
"@types/glob": "^7.1.3",
"@types/node": "^12.7.8",
"@types/uglify-js": "^3.0.4",
"clean-css": "^4.2.1",
"ts-node": "^8.4.1",
"typescript": "^3.6.3",
"uglify-js": "^3.6.0"
},
"scripts": {
"build": "ts-node ./src/start.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fkworld/cocos-to-playable-ad.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fkworld/cocos-to-playable-ad/issues"
},
"homepage": "https://github.com/fkworld/cocos-to-playable-ad#readme"
}