24 lines
674 B
JSON
24 lines
674 B
JSON
{
|
|
"name": "anyosinstallbot",
|
|
"version": "1.0.0",
|
|
"description": "Helper bot to insert media into AnyOS VMs",
|
|
"main": "index.js",
|
|
"author": "Computernewb",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"ws": "^8.3.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"scripts": {
|
|
"format": "prettier src/*.ts -w",
|
|
"build": "tsc",
|
|
"serve": "node dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.8",
|
|
"@types/ws": "^8.5.10",
|
|
"prettier": "^3.3.2",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|