UNPKG

rests

Version:

Easily generate API client's SDK — organize and simplify API Requests.

62 lines (61 loc) 1.36 kB
{ "name": "rests", "version": "1.1.1", "description": "Easily generate API client's SDK — organize and simplify API Requests.", "main": "./lib/index.js", "bin": { "rests": "./lib/cli/cli.js" }, "engines": { "node": ">=12.0.0" }, "scripts": { "prepublishOnly": "npm run build", "push": "git add . && git commit -am \"publish v%npm_package_version%\" && git push", "tests": "mocha", "build": "tsc && node after_build.js && npm run tests", "cli": "node ./lib/cli/cli.js", "exit": "exit && echo test" }, "keywords": [ "sdk", "api", "client", "generate", "openapi", "swagger", "wrape", "rest", "schema", "http", "post", "get", "categories", "rested-js", "wrapper", "fetch", "request" ], "repository": { "type": "git", "url": "https://github.com/el1s7/rests" }, "author": "Elis", "license": "ISC", "devDependencies": { "@types/node": "^17.0.43", "form-data": "^4.0.0", "mocha": "^10.0.0", "node-fetch": "^2.6.7", "terser": "^5.14.1" }, "dependencies": { "@types/node": "^17.0.43", "form-data": "^3.0.0", "getarg": "0.0.5", "glob": "^8.0.3", "node-fetch": "^2.6.1", "typescript": "^4.8.2", "yaml": "^2.3.1" } }