the-blacklist/package.json

25 lines
616 B
JSON
Raw Normal View History

2023-01-21 16:20:00 +11:00
{
2023-10-09 20:00:40 +11:00
"name": "The Blacklist",
"version": "2.0.0",
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",
"akiVersion": "3.8.*",
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
}