mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 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 && pnpm dev",
|
|
"dev:dashboard": "cd packages/dashboard && pnpm dev",
|
|
"prod:cli": "cd packages/pockethost && pnpm start",
|
|
"nofile": "cat /proc/sys/fs/file-nr",
|
|
"mail": "tsx ./packages/pockethost/src/cli/sendmail.ts"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.27.9",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-jsdoc": "^1.3.0",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-svelte": "^3.2.8",
|
|
"tslib": "^2.8.1",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"eventsource@2.0.2": "patches/eventsource@2.0.2.patch",
|
|
"@sveltejs/enhanced-img": "patches/@sveltejs__enhanced-img.patch",
|
|
"tail": "patches/tail.patch",
|
|
"@types/tail": "patches/@types__tail.patch"
|
|
}
|
|
}
|
|
}
|