@kazion/create-app
Version:
A cli tool to help you get started with graphql and rest api's with typescript
41 lines (40 loc) • 972 B
JSON
{
"main": "dist/main.js",
"scripts": {
"build": "tsx -p .",
"start": "node dist/main.js",
"dev": "tsx watch src/main.ts",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/http-errors": "^2.0.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.2.5",
"@types/supertest": "^2.0.12",
"dotenv": "^16.0.3",
"nodemon": "^2.0.22",
"prisma": "^5.2.0",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.6",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1",
"vitest-mock-extended": "^1.1.3",
"plop": "^3.1.1",
"tsx": "^3.12.8"
},
"dependencies": {
"@prisma/client": "^5.2.0",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.0",
"zod": "^3.21.4"
}
}