1
0
Fork 0
bitburner-scripts/package.json

22 lines
510 B
JSON
Raw Permalink Normal View History

2022-10-22 19:32:17 +00:00
{
"name": "viteburner-template",
"version": "0.0.0",
"scripts": {
"dev": "viteburner"
},
"author": "Tanimodori",
"devDependencies": {
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
2022-10-22 19:32:17 +00:00
"eslint-plugin-prettier": "^4.2.1",
2023-02-25 08:13:44 +00:00
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"viteburner": "^0.5.3"
2022-10-22 19:32:17 +00:00
},
"license": "MIT"
}