-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
37 lines (37 loc) · 867 Bytes
/
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
{
"name": "artifactdb",
"version": "2.4.0",
"main": "index.js",
"description": "Repository of Artifact cards & artwork by Valve.",
"scripts": {
"build": "node ci/build.js cards-manifest.json && exit 0",
"test": "jsonlint cards-manifest.json -q -c"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ottah/ArtifactDB.git"
},
"keywords": [
"artifact",
"valve",
"card",
"game"
],
"author": "Theo Ottah",
"license": "ISC",
"bugs": {
"url": "https://github.com/ottah/ArtifactDB/issues"
},
"homepage": "https://github.com/ottah/ArtifactDB#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jsonfile": "^5.0.0",
"pre-commit": "^1.2.2"
}
}