fastman
Version:
快速api测试及文档生成
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "fastman",
"version": "0.0.3",
"description": "快速api测试及文档生成",
"main": "dist/index.js",
"author": "magicc aptain",
"license": "MIT",
"dependencies": {
"@southfarm/http-status": "^0.0.2",
"es6-promise": "^4.2.4",
"inflected": "^2.0.4",
"js-yaml": "^3.11.0",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"newman": "^3.9.3",
"query-string": "^6.1.0"
},
"keywords": [
"openapi",
"openapi3.0",
"newman",
"restful",
"test"
],
"scripts": {
"demo-server": "ts-node demo-server/server.ts",
"test": "mocha example/example.test.js"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/es6-promise": "^3.3.0",
"@types/express": "^4.11.1",
"@types/inflected": "^1.1.29",
"@types/js-yaml": "^3.11.1",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.0",
"@types/mockjs": "^1.0.0",
"@types/moment": "^2.13.0",
"@types/node": "^10.1.0",
"@types/query-string": "^5.1.0",
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"express": "^4.16.3",
"mocha": "^5.1.1",
"mockjs": "^1.0.1-beta3",
"ts-node": "^6.0.3",
"typescript": "^2.8.3"
}
}