the-blacklist/package.json

25 lines
612 B
JSON
Raw Permalink Normal View History

2023-01-21 16:20:00 +11:00
{
2023-10-09 20:00:40 +11:00
"name": "The Blacklist",
2024-11-26 19:33:10 +01:00
"version": "2.0.2",
2023-01-21 16:20:00 +11:00
"main": "src/mod.js",
2023-02-18 11:06:49 +11:00
"license": "GPLv3",
2023-01-21 16:20:00 +11:00
"author": "Platinum",
2024-11-26 19:33:10 +01:00
"sptVersion": "3.10.*",
2023-01-21 16:20:00 +11:00
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
2024-11-26 19:33:10 +01:00
"@types/node": "~20.11",
2023-01-21 16:20:00 +11:00
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"bestzip": "2.2.1",
"eslint": "8.30.0",
2024-11-26 19:33:10 +01:00
"fs-extra": "~11.2",
2023-01-21 16:20:00 +11:00
"glob": "8.0.3",
2024-11-26 19:33:10 +01:00
"tsyringe": "4.8.0",
"typescript": "5.4",
2024-02-07 19:26:11 +11:00
"jsonc": "^2.0.0"
2023-01-21 16:20:00 +11:00
}
2024-02-07 19:26:11 +11:00
}