pockethost/package.json
Ben Allfree e3188b4170 wip
2025-07-19 17:57:40 -07:00

52 lines
1.4 KiB
JSON

{
"name": "pockethost-root",
"author": {
"name": "Ben Allfree",
"url": "https://github.com/benallfree"
},
"license": "MIT",
"scripts": {
"lint": "prettier -c \"./**/*.{ts,js,cjs,svelte,json}\"",
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte,json}\"",
"dev:cli": "cd packages/pockethost && bun run dev",
"dev:dashboard": "cd packages/dashboard && bun run dev",
"prod:cli": "cd packages/pockethost && bun run start",
"nofile": "cat /proc/sys/fs/file-nr",
"mail": "tsx ./packages/pockethost/src/cli/sendmail.ts"
},
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.27.11",
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.4.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"wrangler": "^4.25.0"
},
"patchedDependencies": {
"@sveltejs/enhanced-img@0.4.4": "patches/@sveltejs%2Fenhanced-img@0.4.4.patch",
"@types/tail@2.2.3": "patches/@types%2Ftail@2.2.3.patch",
"tail@2.2.6": "patches/tail@2.2.6.patch"
},
"workspaces": [
"packages/*",
"packages/pockethost/src/mothership-app"
],
"trustedDependencies": [
"@parcel/watcher",
"better-sqlite3",
"cpu-features",
"dtrace-provider",
"esbuild",
"lzma-native",
"protobufjs",
"sharp",
"ssh2",
"svelte-preprocess",
"workerd"
]
}