2020-06-08 11:49:45 +08:00
|
|
|
{
|
|
|
|
|
"name": "@esengine/egret-framework",
|
2020-06-18 10:07:08 +08:00
|
|
|
"version": "1.0.1",
|
2020-06-08 11:49:45 +08:00
|
|
|
"description": "用于egret 包含众多高性能方法以供使用",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "lib"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-06-16 16:35:17 +08:00
|
|
|
"test": "mocha --recursive --reporter tap --growl",
|
|
|
|
|
"eslint": "eslint src --ext .ts"
|
2020-06-08 11:49:45 +08:00
|
|
|
},
|
|
|
|
|
"author": "yhh",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2023-03-13 12:10:17 +08:00
|
|
|
"@babel/core": "^7.21.0",
|
2020-06-08 11:49:45 +08:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
|
"browserify": "^14.3.0",
|
2023-03-13 12:10:17 +08:00
|
|
|
"gulp": "^4.0.2",
|
2020-06-08 11:49:45 +08:00
|
|
|
"gulp-babel": "^8.0.0",
|
|
|
|
|
"gulp-concat": "^2.6.1",
|
2020-06-16 16:35:17 +08:00
|
|
|
"gulp-inject-string": "^1.1.2",
|
2020-06-08 11:49:45 +08:00
|
|
|
"gulp-minify": "^3.1.0",
|
|
|
|
|
"gulp-string-replace": "^1.1.2",
|
2023-03-13 12:10:17 +08:00
|
|
|
"gulp-typescript": "^5.0.1",
|
2020-06-08 11:49:45 +08:00
|
|
|
"gulp-uglify": "^3.0.2",
|
2023-03-13 12:10:17 +08:00
|
|
|
"merge2": "^1.4.1",
|
2020-06-08 11:49:45 +08:00
|
|
|
"tsify": "^3.0.1",
|
2023-03-13 12:10:17 +08:00
|
|
|
"typedoc": "^0.23.26",
|
2020-06-08 11:49:45 +08:00
|
|
|
"typescript": "^2.2.2",
|
|
|
|
|
"vinyl-source-stream": "^1.1.0",
|
2023-03-13 12:10:17 +08:00
|
|
|
"watchify": "^4.0.0"
|
2020-06-08 11:49:45 +08:00
|
|
|
},
|
2020-06-08 21:53:09 +08:00
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://npm.pkg.github.com/359807859@qq.com"
|
2020-06-16 13:13:55 +08:00
|
|
|
},
|
2023-03-13 12:10:17 +08:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/esengine/ecs-framework.git"
|
|
|
|
|
},
|
2020-06-16 16:35:17 +08:00
|
|
|
"dependencies": {}
|
2020-06-08 11:49:45 +08:00
|
|
|
}
|