]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "sumo", | |
3 | "version": "1.0.0-alpha1", | |
4 | "description": "A game about sumo", | |
5 | "main": "index.js", | |
6 | "scripts": { | |
7 | "build": "parcel build ./index.html --public-url '.' --no-minify", | |
8 | "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", | |
9 | "lint": "quick-lint-js lib/**/*.js", | |
10 | "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit", | |
11 | "test": "I'm really really sorry!", | |
12 | "watch": "parcel ./index.html" | |
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": { | |
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" | |
33 | }, | |
34 | "browserslist": [ | |
35 | "defaults" | |
36 | ], | |
37 | "devDependencies": { | |
38 | "@babel/core": "^7.22.8", | |
39 | "@babel/preset-env": "^7.22.7", | |
40 | "babel-loader": "^9.1.3", | |
41 | "jsdoc-to-markdown": "^4.0.1", | |
42 | "parcel": "^2.9.3", | |
43 | "punycode": "^1.4.1", | |
44 | "url": "^0.11.0" | |
45 | } | |
46 | } |