docmoc
Version:
Documentation and Mock Server for Swagger
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "docmoc",
"version": "1.3.0",
"description": "Documentation and Mock Server for Swagger",
"main": "index.js",
"repository": "https://github.com/honmaaax/docmoc",
"keywords": [
"swagger",
"swaggerui",
"swagger-ui",
"openapi",
"open-api",
"mock",
"api"
],
"author": "honmaaax",
"license": "MIT",
"bin": {
"docmoc": "bin/docmoc.sh"
},
"scripts": {
"start": "webpack",
"build": "webpack",
"build:watch": "webpack --watch",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"bluebird": "^3.5.3",
"chance": "^1.0.16",
"commander": "^2.19.0",
"express": "^4.16.4",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"swagger-express-middleware": "^1.1.1",
"swagger-ui-express": "^4.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"jest": "^23.6.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"
},
"jest": {
"verbose": true
}
}