{ "name": "greenserver", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "axios": "^0.21.4", "body-parser": "^1.19.0", "dayjs": "^1.10.7", "dcc-utils": "^0.2.0", "express": "^4.17.1", "jsrsasign": "^10.4.0", "typescript": "^4.4.3" }, "devDependencies": { "@types/express": "^4.17.13", "@types/jsrsasign": "^8.0.13", "@types/node": "^16.9.6", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.24.2", "ts-node": "^10.2.1" } }