18 lines
346 B
JSON
Raw Normal View History

2022-05-24 09:42:05 +01:00
{
"name": "RouterHooks",
"version": "1.0.0",
"main": "src/mod.js",
"license": "MIT",
"author": "Alex",
"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"
}
}