12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "org.crazydoctor.expressts",
- "version": "1.1.8",
- "devDependencies": {
- "@types/express-session": "^1.17.7",
- "@types/node": "^20.4.9",
- "@typescript-eslint/eslint-plugin": "^6.2.1",
- "@typescript-eslint/parser": "^6.2.1",
- "eslint": "^8.46.0",
- "ncp": "^2.0.0"
- },
- "dependencies": {
- "@types/express": "^4.17.17",
- "@types/pino": "^7.0.5",
- "@types/swagger-jsdoc": "^6.0.4",
- "@types/swagger-ui-express": "^4.1.6",
- "@types/ws": "^8.5.10",
- "express": "^4.18.2",
- "express-session": "^1.17.3",
- "nodemon": "^3.0.1",
- "pino": "^8.14.2",
- "pino-http": "^8.3.3",
- "pino-pretty": "^10.2.0",
- "swagger-jsdoc": "^6.2.8",
- "swagger-ui-express": "^5.0.1",
- "ts-node": "^10.9.1",
- "typescript": "^5.1.6",
- "ws": "^8.16.0"
- },
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "lint": "eslint .",
- "fixLint": "eslint . --fix",
- "build": "npm run lint && tsc && ncp lib/resources/ dist/resources/"
- }
- }
|