@nlabs/rip-hunter
Version:
JS utilities for AJAX and GraphQL
60 lines (59 loc) • 1.68 kB
JSON
{
"name": "@nlabs/rip-hunter",
"version": "2.6.4",
"description": "JS utilities for AJAX and GraphQL",
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"ajax",
"api",
"axios",
"fetch",
"graphql",
"nitrogenlabs",
"rest",
"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": {
"build": "lex compile --remove",
"clean": "lex clean",
"lint": "eslint ./src --ext .ts,.tsx",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"pretest": "stage=test npm run lint",
"publish:major": "npm version major && npm run publish:tags && npm publish",
"publish:minor": "npm version minor && npm run publish:tags && npm publish",
"publish:patch": "npm version patch && npm run publish:tags && npm publish",
"publish:tags": "git push --tags && git push origin HEAD",
"test": "lex test",
"update": "lex update --interactive",
"watch": "lex compile --remove -watch"
},
"dependencies": {
"cross-fetch": "4.0.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@nlabs/fetch-mock": "1.0.2",
"@types/jest": "29.5.11",
"@types/node": "20.11.8",
"eslint": "8.56.0",
"eslint-config-styleguidejs": "3.2.1",
"typescript": "5.3.3"
}
}