UNPKG

restclients

Version:
48 lines (47 loc) 1.02 kB
{ "name": "restclients", "version": "0.0.8", "description": "A simple and secured rest api client", "main": "src/index.js", "bin": { "restclients": "bin/restclients.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ./src/*", "unittest": "jest ./src" }, "files": [ "src", "bin" ], "engines": { "node": "^18.0.0 || >=20.0.0" }, "keywords": [ "rest", "rest-client", "rest-api-client", "http", "http-client", "nodejs", "cli" ], "repository": { "type": "git", "url": "git+https://github.com/restclients/restclients.git" }, "author": "mcgrady", "license": "Apache-2.0", "bugs": { "url": "https://github.com/restclients/restclients/issues" }, "homepage": "https://github.com/restclients/restclients#readme", "devDependencies": { "@eslint/js": "^9.4.0", "eslint": "^9.4.0", "eslint-plugin-jest": "^28.6.0", "globals": "^15.4.0", "jest": "^29.7.0" } }