44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "multi-t",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/app.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"lint": "ts-standard",
|
|
"tsx": "tsx",
|
|
"lint:fix": "ts-standard --fix",
|
|
"migration:make": "NODE_OPTIONS='--loader ts-node/esm' knex migrate:make",
|
|
"dev:old": "nodemon --ext ts,graphql --exec node --inspect -r @swc/register src/bin/www.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/app.js",
|
|
"dev": "nodemon src/app.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.13",
|
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
"@typescript-eslint/parser": "^6.20.0",
|
|
"concurrently": "^8.2.2",
|
|
"nodemon": "^3.0.3",
|
|
"ts-node": "^10.9.2",
|
|
"ts-standard": "^12.0.2",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^1.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/server": "^4.10.0",
|
|
"crypto-random-string": "^3.0.0",
|
|
"dotenv": "^16.4.1",
|
|
"graphql": "^16.8.1",
|
|
"graphql-scalars": "^1.22.4",
|
|
"knex": "^3.1.0",
|
|
"pg": "^8.11.3",
|
|
"znv": "^0.4.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|