Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Waiting to run
Deploy to Cloudflare Pages / deploy (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

25 lines
725 B
JSON

{
"type": "module",
"name": "claude-code-templates-api",
"version": "1.0.0",
"description": "API endpoints for claude-code-templates",
"scripts": {
"test": "jest --config jest.config.cjs",
"test:api": "jest __tests__/endpoints.test.js --config jest.config.cjs",
"test:watch": "jest --watch --config jest.config.cjs",
"test:coverage": "jest --coverage --config jest.config.cjs"
},
"dependencies": {
"@vercel/postgres": "^0.10.0",
"@supabase/supabase-js": "^2.45.0",
"@neondatabase/serverless": "^0.10.1",
"@clerk/backend": "^1.0.0",
"axios": "^1.6.2",
"discord-interactions": "^3.4.0"
},
"devDependencies": {
"jest": "^29.7.0",
"@types/jest": "^29.5.11"
}
}