-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 987 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
{
"name": "custom-raid-times",
"version": "1.7.3",
"main": "src/CustomRaidTimes.js",
"license": "MIT",
"author": "Refringe",
"sptVersion": "~3.9",
"scripts": {
"setup": "npm i",
"postinstall": "node ./postInstall.mjs",
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
},
"dependencies": {
"ajv": "^8.16",
"json5": "^2.2",
"weighted": "^1.0"
},
"devDependencies": {
"@types/node": "20.11.1",
"@typescript-eslint/eslint-plugin": "^7.16",
"@typescript-eslint/parser": "^7.16",
"ajv-formats": "^3.0",
"archiver": "^7.0",
"eslint": "^8.0",
"eslint-config-prettier": "^9.0",
"eslint-plugin-prettier": "^5.0",
"fs-extra": "^11.2",
"ignore": "^5.2",
"os": "^0.1",
"prettier": "^3.3",
"tsyringe": "^4.8",
"typescript": "^5.5",
"winston": "^3.13"
}
}