-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
32 lines (32 loc) · 832 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": "cocoscreator-build-encrypt",
"version": "0.1.0",
"description": "将 Cocos Creator 构建后目录的部分资源进行加密",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ts-node ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhitaocai/CocosCreator-Build-Encrypt.git"
},
"keywords": [
"Cocos",
"CocosCreator",
"Build",
"Encrypt"
],
"author": "zhitaocai",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhitaocai/CocosCreator-Build-Encrypt/issues"
},
"homepage": "https://github.com/zhitaocai/CocosCreator-Build-Encrypt",
"dependencies": {
"@types/node": "^14.0.18",
"js-base64": "^3.4.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
}
}