mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-01 14:33:20 +00:00
40 lines
908 B
JSON
40 lines
908 B
JSON
{
|
|
"name": "@pockethost/plugin-launcher-spawn",
|
|
"version": "0.2.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": {
|
|
"@types/node": "^20.8.10",
|
|
"@types/semver": "^7.5.4",
|
|
"async-mutex": "^0.5.0",
|
|
"bottleneck": "^2.19.5",
|
|
"get-port": "^6.1.2",
|
|
"gobot": "1.0.0-alpha.40",
|
|
"semver": "^7.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"pockethost": "workspace:^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|