-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
39 lines (39 loc) · 1.19 KB
/
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
33
34
35
36
37
38
39
{
"name": "cocos-game-framework",
"version": "1.0.0-support2.4.0",
"description": "cocos creator游戏框架",
"author": "fy",
"license": "MIT",
"scripts": {
"build": "npx tsc --declaration --emitDeclarationOnly --declarationDir ./dist && npx rollup -c",
"test-single": "npx jest --silent --verbose",
"test-all": "npx jest --silent --coverage",
"prettier": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/fkworld/cocos-game-framework.git"
},
"bugs": {
"url": "https://github.com/fkworld/cocos-game-framework/issues"
},
"homepage": "https://github.com/fkworld/cocos-game-framework#readme",
"dependencies": {},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^5.0.0",
"@types/jest": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"jest-canvas-mock": "^2.2.0",
"prettier": "^2.0.5",
"rollup": "^2.18.1",
"rollup-plugin-dts": "^1.4.7",
"rollup-plugin-terser": "^6.1.0",
"ts-jest": "^26.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}