UNPKG

apisailor-cli

Version:
59 lines (58 loc) 1.43 kB
{ "name": "apisailor-cli", "version": "1.3.5", "description": "Commond tool for API sailor", "bin": { "apisailor": "bin/apisailor.js" }, "scripts": { "test": "test-me", "patch-release": "npm version patch && npm publish && git push --follow-tags", "package": "pkg ./src/server/index.js --targets latest,win" }, "repository": { "type": "git", "url": "git+https://github.com/narenrana/apisailor-cli.git" }, "keywords": [ "cli", "apisailor", "api testing", "api monitor", "api development", "rest client", "api" ], "author": "www.apisaior.com", "license": "MIT", "bugs": { "url": "https://github.com/narenrana/apisailor-cli/issues" }, "homepage": "https://github.com/narenrana/apisailor-cli#readme", "dependencies": { "apisailor-server": "^1.3.2", "body-parser": "^1.19.0", "commander": "^4.0.1", "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.17.1", "express-ws": "^4.0.0", "forever": "^3.0.2", "forever-monitor": "^1.7.1", "hostile": "^1.3.3", "live-plugin-manager": "^0.14.0", "lodash": "^4.17.15", "nedb": "^1.8.0", "node-fetch": "^2.6.0", "npm": "^6.14.4", "os": "^0.1.1", "puppeteer": "^2.1.1", "request": "^2.88.2", "request-promise-native": "^1.0.8", "shelljs": "^0.8.3", "ws": "^7.2.3" }, "devDependencies": { "pkg": "^4.4.4" } }