aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0df113017bd27c1660598080c16044be80ce1960 (plain)
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
{
  "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 <ben@nsovocal.com>",
  "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"
  }
}