Template del servicio de SIM
This commit is contained in:
36
package.json
36
package.json
@@ -1,4 +1,38 @@
|
||||
{
|
||||
"name": "sim-cola-eventos",
|
||||
"packageManager": "yarn@4.12.0"
|
||||
"packageManager": "yarn@4.12.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "vitest watch",
|
||||
"build": "npx tsc",
|
||||
"start": "node dist/index.js",
|
||||
"typecheck": "npx tsc --noEmit",
|
||||
"dev": "yarn workspaces foreach -A run dev",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@tsconfig/node22": "^22.0.5",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^17.2.3",
|
||||
"express": "^5.2.1",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/supertest": "^6.0.3",
|
||||
"prettier": "^3.7.4",
|
||||
"supertest": "^7.1.4",
|
||||
"tsx": "^4.21.0",
|
||||
"vitest": "^4.0.16"
|
||||
},
|
||||
"imports": {
|
||||
"#*": "./src/*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user