Untitled
unknown
plain_text
2 years ago
1.4 kB
4
Indexable
{ "name": "api", "version": "1.0.0", "main": "index.js", "author": "Cavalry Consulting", "license": "MIT", "scripts": { "build": "npx tsc && tsc-alias -p tsconfig.json", "start": "node build/index.js", "dev": "concurrently \"npx tsc --watch\" \"tsc-alias -p tsconfig.json --watch\" \"nodemon build/index.js\"" }, "dependencies": { "@repo/ui": "workspace:*", "@types/crypto-js": "^4.2.1", "concurrently": "^8.2.2", "cors": "^2.8.5", "crypto-js": "^4.2.0", "dayjs": "^1.11.10", "dotenv": "^16.3.1", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "mongoose": "^7.4.1", "zod": "^3.21.4" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/cors": "^2.8.12", "@types/express": "^4.17.17", "@types/jsonwebtoken": "^9.0.5", "@types/node": "^18.7.1", "@types/crypto-js": "^4.2.1", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "concurrently": "^8.2.2", "nodemon": "^3.0.1", "tsc-alias": "^1.8.8", "tsconfig-paths": "^4.2.0", "typescript": "^5.3.2" } }
Editor is loading...
Leave a Comment