augementation des ranges
This commit is contained in:
parent
9653e55453
commit
7878062edc
9 changed files with 159 additions and 197 deletions
|
@ -3,17 +3,15 @@
|
|||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "ts-node-dev --respawn --transpile-only src/index.ts",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"scripts": {
|
||||
"start": "ts-node src/index.ts",
|
||||
"build": "tsc",
|
||||
"dev": "ts-node-dev src/index.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prisma/client": "^6.8.2",
|
||||
"@types/express": "^5.0.2",
|
||||
|
@ -23,6 +21,8 @@
|
|||
"express": "^5.1.0",
|
||||
"pg": "^8.16.0",
|
||||
"prisma": "^6.8.2",
|
||||
"ts-node-dev": "^2.0.0"
|
||||
"ts-node": "^10.9.2",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue