{ "name": "sumo", "version": "1.0.0-alpha1", "description": "A game about sumo", "main": "index.js", "scripts": { "build": "parcel build ./index.html --public-url '.' --no-minify", "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", "lint": "quick-lint-js lib/**/*.js", "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit", "test": "I'm really really sorry!", "watch": "parcel ./index.html" }, "repository": { "type": "git", "url": "git+https://github.com/rbdr/sumo.git" }, "author": "Ben Beltran ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/rbdr/sumo/issues" }, "homepage": "https://github.com/rbdr/sumo#readme", "dependencies": { "@serpentity/components.angle": "^4.0.0", "@serpentity/components.debug": "^4.0.0", "@serpentity/components.force": "^4.0.0", "@serpentity/components.position": "^4.0.0", "@serpentity/serpentity": "^4.0.0", "matter-js": "^0.19.0", "pixi.js": "^7.2.4", "tinycolor2": "^1.6.0" }, "browserslist": [ "defaults" ], "devDependencies": { "@babel/core": "^7.22.8", "@babel/preset-env": "^7.22.7", "babel-loader": "^9.1.3", "jsdoc-to-markdown": "^4.0.1", "parcel": "^2.9.3", "punycode": "^1.4.1", "url": "^0.11.0" } }