forked from 5e-bits/5e-database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 997 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
{
"name": "5e-database",
"version": "1.0.0",
"description": "Database for 5e-srd-api",
"scripts": {
"lint": "eslint . --ext .js,.json",
"test": "jest -c jest.config.js",
"build:ts": "tsc --project scripts",
"db:refresh": "npm run build:ts && node scripts/built/dbRefresh.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bagelbits/5e-database.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bagelbits/5e-database/issues"
},
"homepage": "https://github.com/bagelbits/5e-database#readme",
"devDependencies": {
"@semantic-release/github": "^8.0.2",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^6.8.0",
"eslint-plugin-json": "^2.1.1",
"glob": "^7.1.6",
"jest": "^26.0.1",
"node": "^14.4.0",
"redis": "^3.1.1",
"semantic-release": "^19.0.3",
"typescript": "^4.5.5"
}
}