23 lines
581 B
JSON
Raw Normal View History

2022-07-02 16:55:17 +01:00
{
"name": "AfterDBLoadHook",
"version": "1.0.0",
"main": "src/mod.js",
"license": "MIT",
"author": "Chomp",
2023-07-18 18:45:11 +01:00
"akiVersion": "~3.6",
2022-07-02 16:55:17 +01:00
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-07-02 16:55:17 +01:00
},
"devDependencies": {
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"bestzip": "2.2.1",
"eslint": "8.46.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"tsyringe": "4.8.0",
"typescript": "5.1.6"
2022-07-02 16:55:17 +01:00
}
2022-10-02 23:00:27 +01:00
}