24 lines
579 B
JSON
Raw Normal View History

2022-06-08 22:08:43 +01:00
{
2022-06-22 19:25:04 +01:00
"name": "MasterKey",
2022-06-08 22:08:43 +01:00
"author": "CWX",
2023-02-12 22:09:45 +00:00
"version": "1.4.1",
2022-06-08 22:08:43 +01:00
"license": "NCSA",
"main": "src/mod.js",
2023-02-12 22:09:45 +00:00
"akiVersion": "3.5.0",
2022-06-08 22:08:43 +01:00
"scripts": {
2022-11-18 19:45:42 +00:00
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-06-08 22:08:43 +01:00
},
"devDependencies": {
2022-11-18 19:45:42 +00:00
"@types/node": "16.11.62",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"bestzip": "2.2.1",
"eslint": "8.24.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"tsyringe": "4.7.0",
"typescript": "4.8.4"
2022-06-08 22:08:43 +01:00
}
}