UNPKG

rip-hunter

Version:
51 lines (50 loc) 1.32 kB
{ "name": "rip-hunter", "version": "1.3.3", "description": "JS utilities for AJAX and GraphQL", "license": "MIT", "main": "index.js", "keywords": [ "ajax", "fetch", "graphql", "nitrogenlabs", "rip-hunter", "typescript" ], "author": { "name": "Giraldo Rosales", "email": "giraldo@nitrogenlabs.com", "url": "https://nitrogenlabs.com" }, "repository": { "type": "git", "url": "http://github.com/nitrogenlabs/rip-hunter" }, "homepage": "https://github.com/nitrogenlabs/rip-hunter", "bugs": { "url": "https://github.com/nitrogenlabs/rip-hunter/issues" }, "scripts": { "compile": "lex compile -t -c tsconfig.json", "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", "prepublishOnly": "yarn lint && yarn test && yarn compile", "reset": "rm -rf node_modules yarn.lock package-lock.json && yarn", "test": "lex test -t", "update": "yarn upgrade-interactive --latest" }, "dependencies": { "@nlabs/fetch-mock": "^0.3.0", "es6-promise": "^4.2.4", "fetch-everywhere": "^1.0.5", "immutable": "^3.8.2", "lodash": "^4.17.4" }, "devDependencies": { "@types/jest": "^22.2.2", "@types/node": "^10.1.2", "eslint": "^4.19.1", "eslint-config-styleguidejs": "^0.5.0", "typescript": "^2.8.3" } }