Files
pockethost/packages/plugin-launcher-spawn/package.json

48 lines
1.1 KiB
JSON

{
"name": "@pockethost/plugin-launcher-spawn",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "http://github.com/pockethost/pockethost/packages/plugin-launcher-spawn"
},
"scripts": {
"check-types": "tsc --noEmit "
},
"description": "A spawn()-based launcher for pockethost.",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"type": "module",
"keywords": [
"pockethost"
],
"author": {
"name": "Ben Allfree",
"url": "https://github.com/benallfree"
},
"license": "MIT",
"dependencies": {
"@s-libs/micro-dash": "^16.1.0",
"@types/node": "^20.8.10",
"@types/semver": "^7.5.4",
"async-mutex": "^0.5.0",
"boolean": "^3.2.0",
"bottleneck": "^2.19.5",
"commander": "^11.1.0",
"express": "^4.18.2",
"get-port": "^6.1.2",
"glob": "^10.4.2",
"gobot": "1.0.0-alpha.40",
"lowdb": "^7.0.1",
"semver": "^7.6.2"
},
"peerDependencies": {
"pockethost": "workspace:^1.6.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/lowdb": "^1.0.15",
"typescript": "^5.4.5"
}
}