{ "name": "@nirvana/api", "version": "1.0.0", "main": "index.ts", "license": "MIT", "scripts": { "common": "rm -rf ./common && cp -r ../common/src ./common/", "dev": "NODE_ENV=development && yarn common && nodemon", "start:dev": "ts-node index.ts", "lint": "eslint --ext .ts,.tsx .", "build": "npm run lint && tsc -p .", "start": "node dist/index.js", "gcp-build": "npm run build" }, "devDependencies": { "@types/express": "^4.17.13", "@types/node": "^17.0.21", "nodemon": "^2.0.15", "typescript": "^4.6.2", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "eslint-plugin-import": "^2.25.0" }, "dependencies": { "axios": "^0.26.1", "firebase": "^9.8.2", "cors": "^2.8.5", "dotenv": "^16.0.0", "express": "^4.17.3", "google-auth-library": "^7.14.0", "jsonwebtoken": "^8.5.1", "mongodb": "^4.4.1", "socket.io": "^4.4.1", "ts-node": "^10.7.0" } }