@hosoft/restful-api-framework
Version:
Base framework of the headless cms HoServer provided by http://helloreact.cn
103 lines (102 loc) • 3.2 kB
JSON
{
"name": "@hosoft/restful-api-framework",
"version": "2.2.0",
"description": "Base framework of the headless cms HoServer provided by http://helloreact.cn",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@hosoft/config": "1.1.3",
"archiver": "^5.3.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"body-parser-xml": "^2.0.3",
"bytenode": "^1.3.3",
"compromise": "^13.11.3",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"defaults": "^1.0.3",
"ejs": "^3.1.6",
"exceljs": "^4.2.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"generate-password": "^1.6.1",
"hddserial": "^0.0.7",
"i18next": "^20.3.5",
"i18next-fs-backend": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"mariadb": "^2.5.4",
"md5": "^2.3.0",
"mkdirp": "^1.0.4",
"mocha": "^9.0.3",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"mongoose": "^5.13.3",
"mongoose-bcrypt": "^1.9.0",
"mongoose-regex-search": "^0.8.30",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multistream": "^4.1.0",
"mysql2": "^2.2.5",
"node-discover": "^1.2.1",
"node-machine-id": "^1.1.12",
"node-schedule": "^2.0.0",
"password-validator": "^5.1.1",
"pg": "^8.6.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"prom-client": "^13.1.0",
"querystring": "^0.2.1",
"random-number": "^0.0.9",
"redis": "^3.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"request-promise-any": "^1.0.9",
"sequelize": "^6.6.5",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.16",
"sqlite3": "^5.0.2",
"supertest": "^6.1.4",
"tedious": "^11.4.0",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"winston-elasticsearch": "^0.15.8",
"winston-mongodb": "^5.0.7"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-compat": "^3.11.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-require-jsdoc-except": "^1.5.0",
"eslint-plugin-sort-requires": "^2.1.0",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0"
},
"keywords": [
"HoServer",
"RESTfull",
"Api",
"Node.js",
"Headless CMS"
],
"publishConfig": {
"access": "public"
},
"author": "Jack Zhang",
"license": "MIT",
"gitHead": "a8f269b19b6103bb9ada1ab7113d458ad1a55e95"
}