Files
hikari/server/package.json
Naomi Carrigan 452f7bb35b
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 18s
feat: scaffold application
2025-07-03 20:14:38 -07:00

25 lines
541 B
JSON

{
"name": "server",
"version": "0.0.0",
"description": "",
"main": "prod/index.js",
"type": "module",
"scripts": {
"lint": "eslint ./src --max-warnings 0",
"build": "tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.3",
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"fastify": "5.4.0"
},
"devDependencies": {
"@types/node": "24.0.10"
}
}