24 lines
588 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-08-23 21:56:08 +01:00
"akiVersion": "3.2.2",
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": {
"@types/node": "^14.15.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"bestzip": "2.2.1",
2022-05-25 08:50:15 +01:00
"eslint": "7.26.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
2022-05-25 08:50:15 +01:00
"tsyringe": "4.6.0",
"typescript": "4.6.4"
2022-05-25 08:50:15 +01:00
}
2022-05-16 17:31:22 +01:00
}