-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
58 lines (58 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "nyaa-stats",
"version": "2.4.0",
"description": "Web Stats for NyaaCat",
"main": "src/index.ts",
"engines": {
"node": ">=12.18.0"
},
"directories": {
"test": "test"
},
"scripts": {
"start": "ts-node .",
"lint": "eslint --fix src/**/*.ts tests/**/*.js *.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NyaaCat/NyaaStats.git"
},
"keywords": [
"Minecraft",
"stats"
],
"author": "Phoenix Nemo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NyaaCat/NyaaStats/issues"
},
"homepage": "https://github.com/NyaaCat/NyaaStats#readme",
"dependencies": {
"axios": "^0.19.2",
"fs-extra": "^2.0.0",
"gauge": "^2.7.4",
"inquirer": "^5.2.0",
"js-yaml": "^3.13.1",
"log4js": "^2.11.0",
"mcnbt": "github:SilentDepth/mcnbt#6ecad3f",
"moment": "^2.24.0",
"ts-node": "^8.10.2"
},
"devDependencies": {
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/fs-extra": "^2.1.0",
"@types/inquirer": "^6.0.0",
"@types/js-yaml": "^3.12.5",
"@types/node": "^12.19.0",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"jest": "^26.1.0",
"typescript": "^4.0.5"
},
"volta": {
"node": "12.18.0"
}
}