{ "name": "base-lib", "version": "1.0.0", "description": "#### Description 智能供电系统基础库", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitee.com/vveye/power-base-libs.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/ajv": "^1.0.0", "@types/axios": "^0.14.0", "@types/compression": "^1.7.0", "@types/express": "^4.17.11", "@types/flake-idgen": "^0.1.34", "@types/kafka-node": "^3.0.0", "@types/minio": "^7.0.13", "@types/path-to-regexp": "^1.7.0", "@types/pg": "^7.14.8", "@types/sequelize": "^4.28.9", "@types/uuid": "^8.3.0", "@types/websocket": "^1.0.2", "@types/xml2js": "^0.4.8", "ts-loader": "^8.0.14", "ts-node": "^9.1.1", "tsconfig-paths": "^3.9.0", "typescript": "^4.2.4" }, "dependencies": { "@aws-sdk/client-s3": "^3.608.0", "@aws-sdk/s3-request-presigner": "^3.608.0", "@types/ali-oss": "^6.16.11", "@types/body-parser": "^1.19.5", "ajv": "^7.0.3", "ali-oss": "^6.20.0", "ast-to-markdown": "^1.0.0", "axios": "^0.21.1", "biguint-format": "^1.0.2", "body-parser": "^1.19.0", "compression": "^1.7.4", "dayjs": "^1.11.3", "express": "^4.17.1", "flake-idgen": "^1.4.0", "json-stringify-safe": "^5.0.1", "kafka-node": "^5.0.0", "mdast-builder": "^1.1.1", "minio": "^7.1.0", "mongoose": "5.13.14", "path-to-regexp": "^1.7.0", "pg": "^8.8.0", "pg-hstore": "^2.3.4", "proxy-agent": "^5.0.0", "querystring": "^0.2.1", "redis": "^4.3.0", "reflect-metadata": "^0.1.13", "remark-gfm": "^3.0.1", "remark-stringify": "^10.0.2", "request": "^2.88.2", "sequelize": "^6.6.2", "string-random": "^0.1.3", "unified": "^10.1.2", "urllib": "^4.1.0", "uuid": "^8.3.2", "webpack-env": "^0.8.0", "websocket": "^1.0.34", "xml2js": "^0.4.23" } }