]>
Commit | Line | Data |
---|---|---|
11be5eba RBR |
1 | { |
2 | "name": "sumo", | |
3 | "version": "1.0.0-alpha1", | |
4 | "description": "A game about sumo", | |
5 | "main": "index.js", | |
6 | "scripts": { | |
2bb8e347 | 7 | "build": "parcel build ./index.html --public-url '.' --no-minify", |
11be5eba | 8 | "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", |
aaa1f8f6 | 9 | "lint": "quick-lint-js lib/**/*.js", |
f45bcde1 | 10 | "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit", |
11be5eba | 11 | "test": "I'm really really sorry!", |
f45bcde1 | 12 | "watch": "parcel ./index.html" |
11be5eba RBR |
13 | }, |
14 | "repository": { | |
15 | "type": "git", | |
16 | "url": "git+https://github.com/rbdr/sumo.git" | |
17 | }, | |
18 | "author": "Ben Beltran <ben@nsovocal.com>", | |
19 | "license": "Apache-2.0", | |
20 | "bugs": { | |
21 | "url": "https://github.com/rbdr/sumo/issues" | |
22 | }, | |
23 | "homepage": "https://github.com/rbdr/sumo#readme", | |
24 | "dependencies": { | |
aaa1f8f6 RBR |
25 | "@serpentity/components.angle": "^4.0.0", |
26 | "@serpentity/components.debug": "^4.0.0", | |
27 | "@serpentity/components.force": "^4.0.0", | |
28 | "@serpentity/components.position": "^4.0.0", | |
29 | "@serpentity/serpentity": "^4.0.0", | |
30 | "matter-js": "^0.19.0", | |
31 | "pixi.js": "^7.2.4", | |
32 | "tinycolor2": "^1.6.0" | |
11be5eba | 33 | }, |
7741a3cc BB |
34 | "browserslist": [ |
35 | "defaults" | |
36 | ], | |
11be5eba | 37 | "devDependencies": { |
aaa1f8f6 RBR |
38 | "@babel/core": "^7.22.8", |
39 | "@babel/preset-env": "^7.22.7", | |
40 | "babel-loader": "^9.1.3", | |
7741a3cc | 41 | "jsdoc-to-markdown": "^4.0.1", |
aaa1f8f6 RBR |
42 | "parcel": "^2.9.3", |
43 | "punycode": "^1.4.1", | |
44 | "url": "^0.11.0" | |
11be5eba RBR |
45 | } |
46 | } |