the-blacklist/package.json

23 lines
585 B
JSON
Raw Normal View History

2023-01-21 16:20:00 +11:00
{
"name": "TheBlacklist",
2023-02-14 21:06:04 +11:00
"version": "1.0.2",
2023-01-21 16:20:00 +11:00
"main": "src/mod.js",
"license": "MIT",
"author": "Platinum",
2023-02-13 17:44:58 +11:00
"akiVersion": "3.5.0",
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",
"typescript": "4.9.4"
}
}