-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "phaser-box2d",
"version": "1.1.0",
"description": "Phaser Box2D",
"keywords": [
"physics",
"box2d",
"phaser"
],
"homepage": "https://phaser.io/box2d",
"bugs": {
"url": "https://github.com/phaserjs/phaser-box2d/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phaserjs/phaser-box2d.git"
},
"license": "MIT",
"author": "Phaser Studio <[email protected]> (https://phaser.io)",
"type": "module",
"types": "types/main-prod.d.ts",
"main": "dist/PhaserBox2D.js",
"scripts": {
"docs": "node docs.mjs",
"dev": "node overwatch/index.mjs",
"build": "node overwatch/ProdBuild.mjs",
"lint": "eslint --config eslint.config.js",
"lintfix": "eslint --fix --config eslint.config.js",
"builddocs": "documentation build --config documentation.yml src/** -f html -o docs --theme docs-theme/index.js",
"buildtypes": "tsc --allowJs --declaration --emitDeclarationOnly --outDir types src/main-prod.js"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"boxen": "^8.0.1",
"cdt2d": "^1.0.0",
"chalk": "^5.4.1",
"chalk-template": "^1.1.0",
"chokidar": "^4.0.3",
"documentation": "^14.0.3",
"esbuild": "^0.24.2",
"esbuild-plugin-import": "^0.0.1",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"filesize": "^10.1.6",
"fs-extra": "^11.2.0",
"github-slugger": "^2.0.0",
"globals": "^15.14.0",
"gradient-string": "^3.0.0",
"gzip-size": "^7.0.0",
"highlight.js": "^11.11.0",
"jsdoc": "^4.0.4",
"terser": "^5.37.0",
"typescript": "^5.7.2"
}
}