UNPKG

juno-api

Version:
51 lines (50 loc) 1.36 kB
{ "name": "juno-api", "version": "0.2.2", "description": "Bindings for Juno API", "main": "index.js", "engines": { "node": ">=v11.0.0" }, "files": [ "resources", "mixins", "index.js", "index.d.ts" ], "scripts": { "test": "npm run lint && c8 --reporter=lcov --reporter=text jest", "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,ts}\"" }, "author": "Rogério Araújo <rogerio.araujo@mail.com>", "repository": "rodgeraraujo/juno-api", "license": "MIT", "dependencies": { "got": "^10.1.0", "lodash": "^4.17.10" }, "bugs": { "url": "https://github.com/rodgeraraujo/juno-api/issues" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "c8": "^7.5.0", "codecov": "^3.8.1", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "expect": "^21.2.1", "husky": "^4.3.8", "jest": "^26.6.3", "jest-mock": "^26.6.2", "lint-staged": "^10.5.3", "nock": "^13.0.7", "prettier": "^2.2.1" }, "keywords": [ "Juno", "API", "Client" ] }