24 lines
595 B
JSON
Raw Normal View History

2022-05-16 17:31:22 +01:00
{
"name": "UseACustomConfigFile",
"version": "1.0.0",
"main": "src/mod.js",
"license": "MIT",
"author": "Chomp",
2022-08-23 21:56:08 +01:00
"akiVersion": "3.2.2",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "^14.15.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"bestzip": "2.2.1",
"eslint": "7.26.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"tsyringe": "4.6.0",
"typescript": "4.6.4"
}
2022-05-16 17:31:22 +01:00
}