UNPKG

json-api-response-js

Version:

JSON API Standard compliant http response library.

66 lines (65 loc) 1.53 kB
{ "name": "json-api-response-js", "version": "1.0.7", "description": "JSON API Standard compliant http response library.", "main": "index.js", "scripts": { "lint": "eslint .", "test": "jest test", "test-with-coverage": "jest --coverage", "coveralls": "cat coverage/lcov.info | coveralls" }, "husky": { "hooks": { "pre-commit": "npm run lint && npm test", "pre-push": "npm run lint && npm test" } }, "repository": { "type": "git", "url": "git+https://github.com/jmilagroso/json-api-response-js.git" }, "jest": { "verbose": true, "testEnvironment": "node", "moduleDirectories": [ "node_modules" ], "globals": { "NODE_ENV": "test" }, "moduleFileExtensions": [ "js" ] }, "engines": { "node": "8.16.0" }, "keywords": [ "js", "json", "api", "response" ], "author": "j.milagroso@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/jmilagroso/json-api-response-js/issues" }, "homepage": "https://github.com/jmilagroso/json-api-response-js#readme", "devDependencies": { "coveralls": "^3.0.4", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.13.0", "husky": "^2.4.0", "jest": "^24.8.0" }, "dependencies": { "jsonapi-serializer": "^3.6.4", "typcheckjs": "^1.2.1" } }