mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
39 lines
943 B
JSON
39 lines
943 B
JSON
{
|
|
"name": "engine-native",
|
|
"version": "3.3.0",
|
|
"description": "Native implementation of Cocos Creator.",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"clear-platform": "node ./utils/clear-platform.js"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"async": "^2.6.1",
|
|
"chalk": "^2.4.1",
|
|
"del": "^6.0.0",
|
|
"fs-extra": "^9.0.0",
|
|
"ftp": "0.3.10",
|
|
"tmp": "^0.2.1",
|
|
"tree-kill": "^1.2.0",
|
|
"yargs": "^15.3.1",
|
|
"commander": "^6.2.0",
|
|
"gulp-sequence": "^1.0.0",
|
|
"gulp-zip": "^5.0.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cocos-creator/engine-native.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/cocos-creator/engine-native/issues"
|
|
},
|
|
"homepage": "https://github.com/cocos-creator/engine-native#readme",
|
|
"dependencies": {
|
|
"@types/node": "^14.0.27"
|
|
}
|
|
}
|