-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 KB
/
package.json
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
{
"name": "tile-matcher",
"version": "0.2.0",
"description": "A tile-matching puzzle game.",
"author": "Mark <mark@remarkablemark.org>",
"scripts": {
"build": "preact-scripts build",
"clean": "rm -rf build",
"deploy": "npm run clean && npm run build && gitploy build gh-pages",
"eject": "preact-scripts eject",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"release": "standard-version --no-verify",
"start": "preact-scripts start"
},
"homepage": "https://remarkablegames.org/tile-matcher/",
"repository": {
"type": "git",
"url": "https://github.com/remarkablegames/tile-matcher"
},
"bugs": {
"url": "https://github.com/remarkablegames/tile-matcher/issues"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"eslint": "^6.5.1",
"eslint-plugin-prettier": "^2.4.0",
"gitploy": "^0.1.0",
"husky": "^3.0.8",
"lint-staged": "^9.4.1",
"preact": "^10.0.0",
"preact-scripts": "0.3.0-alpha",
"prettier": "^1.18.2",
"standard-version": "^7.0.0"
},
"private": true,
"license": "MIT"
}