feat: 初始化
Showing
assets/op_01.meta
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
bin/app.js
0 → 100644
bin/build.js
0 → 100644
bin/buildCocos.js
0 → 100644
This diff is collapsed.
bin/utils.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
... | @@ -5,12 +5,17 @@ | ... | @@ -5,12 +5,17 @@ |
"main": "build.js", | "main": "build.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "sh ./publish/build.sh", | "publish": "node ./bin/build.js", | ||
"win": "cd publish && build.cmd" | "start": "node ./bin/app.js" | ||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"compressing": "^1.5.0" | "base-64": "^1.0.0", | ||
"compressing": "^1.5.1", | |||
"js-base64": "^3.7.2", | |||
"uuid": "^8.3.2", | |||
"child_process": "^1.0.2", | |||
"express": "^4.17.1" | |||
} | } | ||
} | } |
play/.gitignore
deleted
100644 → 0
No preview for this file type
publish/build.cmd
deleted
100644 → 0
publish/build.js
deleted
100644 → 0
publish/build.sh
deleted
100644 → 0
publish/package.json
deleted
100644 → 0
File deleted
publish/utils.js
deleted
100644 → 0
Please register or sign in to comment