grok-api/package.json
2025-05-03 08:38:12 -04:00

24 lines
511 B
JSON

{
"name": "grok-api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "tsx --env-file=.env --watch src/index.ts",
"build": "node build.mjs",
"start": "node build.mjs && node --env-file=.env dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.8.1",
"devDependencies": {
"@types/node": "^22.15.3",
"esbuild": "^0.25.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"dependencies": {
"fastify": "^5.3.2"
}
}