UNPKG

yf-fpm-server

Version:

yf fast-platform api server

49 lines (48 loc) 1.1 kB
{ "name": "yf-fpm-server", "version": "2.7.4", "description": "yf fast-platform api server", "main": "lib/bin/app.js", "scripts": { "compile": "npx babel-cli -d lib/ src/", "prepublishOnly": "npm run compile", "test": "npx mocha test/*.test.js", "dev": "npx nodemon ./example/dev.babel.js" }, "keywords": [ "yf", "fpm", "api", "server", "fast" ], "author": "yfsoftcom", "license": "MIT", "dependencies": { "debug": "^4.1.1", "koa": "^2.7.0", "koa-bodyparser": "^4.2.1", "koa-router": "^7.4.0", "koa-sslify": "^4.0.3", "koa2-cors": "^2.0.5", "lodash": "^4.17.10", "pino": "^5.12.2", "pino-multi-stream": "^4.1.0", "pubsub-js": "^1.7.0", "uuid": "^8.3.2" }, "devDependencies": { "babel-runtime": "^6.26.0", "babel-cli": "^6.22.2", "babel-core": "^6.14.0", "babel-polyfill": "^6.13.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.14.0", "fpmc-jssdk": "^1.0.7", "mocha": "^6.0.2", "nodemon": "^1.18.10" }, "engines": { "node": ">=8.11.1" } }