25 lines
640 B
JSON
Raw Normal View History

2022-05-14 20:06:24 +01:00
{
"name": "HideoutArchitect",
2022-11-19 21:28:18 +00:00
"version": "1.6.8",
2022-05-14 20:06:24 +01:00
"main": "./src/hideoutarchitect.js",
2022-06-08 22:09:11 +01:00
"license": "NCSA Open Source",
"author": "Faupi",
2022-11-19 21:28:18 +00:00
"akiVersion": "3.3.0",
2022-06-08 22:09:11 +01:00
"updated by": "CWX",
"scripts": {
2022-11-09 20:01:13 +00:00
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-06-08 22:09:11 +01:00
},
"devDependencies": {
2022-11-09 20:01:13 +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:09:11 +01:00
}
}