2022-05-22 16:26:41 +01:00
|
|
|
{
|
2022-05-22 16:44:00 +01:00
|
|
|
"name": "OnUpdateOnLoadHooks",
|
2022-05-22 16:26:41 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "src/mod.js",
|
|
|
|
"license": "MIT",
|
2022-05-22 16:44:00 +01:00
|
|
|
"author": "Alex",
|
2022-05-22 16:26:41 +01:00
|
|
|
"akiVersion": "3.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"install": "npx handpick --target=devDependencies",
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^17.0.31",
|
|
|
|
"tsyringe": "^4.6.0",
|
|
|
|
"typescript": "^4.6.4"
|
|
|
|
}
|
|
|
|
}
|