24 lines
583 B
JSON
24 lines
583 B
JSON
{
|
|
"name": "LogToConsole",
|
|
"version": "1.0.0",
|
|
"main": "src/mod.js",
|
|
"license": "MIT",
|
|
"author": "Chomp",
|
|
"akiVersion": "3.3.0",
|
|
"scripts": {
|
|
"setup": "npm i",
|
|
"build": "node ./packageBuild.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|