23 lines
583 B
JSON
Raw Normal View History

2022-05-16 17:31:22 +01:00
{
"name": "ReplaceMethod",
2022-05-25 08:50:15 +01:00
"version": "1.0.0",
"main": "src/mod.js",
"license": "MIT",
"author": "Chomp",
2022-12-19 14:07:04 +00:00
"akiVersion": "3.4.0",
2022-05-25 08:50:15 +01:00
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-05-25 08:50:15 +01:00
},
"devDependencies": {
2022-12-19 14:07:04 +00:00
"@types/node": "16.18.10",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"bestzip": "2.2.1",
2022-12-19 14:07:04 +00:00
"eslint": "8.30.0",
"fs-extra": "11.1.0",
2022-10-02 23:00:27 +01:00
"glob": "8.0.3",
"tsyringe": "4.7.0",
2022-12-19 14:07:04 +00:00
"typescript": "4.9.4"
2022-05-25 08:50:15 +01:00
}
2022-10-02 23:00:27 +01:00
}