3 "version": "1.0.0-alpha1",
4 "description": "A game about sumo",
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"
16 "url": "git+https://github.com/rbdr/sumo.git"
18 "author": "Ben Beltran <ben@nsovocal.com>",
19 "license": "Apache-2.0",
21 "url": "https://github.com/rbdr/sumo/issues"
23 "homepage": "https://github.com/rbdr/sumo#readme",
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",
32 "tinycolor2": "^1.6.0"
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",