Files
Syncpad/api/package.json
2026-05-02 05:49:09 +00:00

32 lines
707 B
JSON

{
"name": "api",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"better-sqlite3": "^12.9.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"tweetnacl": "^1.0.3",
"uuid": "^14.0.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.6.0",
"@types/uuid": "^10.0.0",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
}
}