2023-01-21 16:20:00 +11:00
|
|
|
{
|
2023-10-09 20:00:40 +11:00
|
|
|
"name": "The Blacklist",
|
2024-07-15 19:48:43 +02:00
|
|
|
"version": "2.0.1",
|
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-07-15 19:48:43 +02:00
|
|
|
"sptVersion": "3.9.*",
|
2023-01-21 16:20:00 +11:00
|
|
|
"scripts": {
|
|
|
|
"setup": "npm i",
|
|
|
|
"build": "node ./packageBuild.ts"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "16.18.10",
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.46.1",
|
|
|
|
"@typescript-eslint/parser": "5.46.1",
|
|
|
|
"bestzip": "2.2.1",
|
|
|
|
"eslint": "8.30.0",
|
|
|
|
"fs-extra": "11.1.0",
|
|
|
|
"glob": "8.0.3",
|
|
|
|
"tsyringe": "4.7.0",
|
2024-02-07 19:26:11 +11:00
|
|
|
"typescript": "4.9.4",
|
|
|
|
"jsonc": "^2.0.0"
|
2023-01-21 16:20:00 +11:00
|
|
|
}
|
2024-02-07 19:26:11 +11:00
|
|
|
}
|