fp/services/pocketbase/package.json
CJ_Clippy 665b7ea924
Some checks failed
fp/our CI/CD / build (push) Successful in 2m15s
ci / test (push) Failing after 4m21s
signed urls allow querystrings
2025-11-14 17:11:07 -08:00

27 lines
597 B
JSON

{
"name": "futureporn",
"version": "3.3.0",
"private": true,
"description": "Dedication to the preservation of lewdtuber history",
"license": "Unlicense",
"scripts": {
"deploy": "phio deploy"
},
"dependencies": {
"jsonwebtoken": "^9.0.2",
"mime": "^4.1.0",
"nano-spawn": "^2.0.0",
"pg": "^8.16.3",
"pocketpages": ">=0.22.3",
"pocketpages-plugin-auth": "^0.2.2",
"pocketpages-plugin-datastar": ">=0.2.0",
"pocketpages-plugin-micro-dash": "^0.1.0"
},
"files": [
"pb_hooks",
"*.md"
],
"devDependencies": {
"phio": "^0.3.5"
}
}