package.json
{
"name": "apidly",
"version": "2.0.195",
"description": "Node and Browser API module",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test:cov": "CI=1 jest",
"lint": "eslint .",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3axap4eHko/apidly.git"
},
"keywords": [
"rest",
"rest-client",
"api",
"api-client",
"client",
"http",
"fetch",
"node",
"browser"
],
"author": "Ivan Zakharchanka",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/3axap4eHko/apidly/issues"
},
"homepage": "https://github.com/3axap4eHko/apidly#readme",
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"cross-fetch": "^3.1.4",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"ts-jest": "^28.0.7",
"typescript": "^4.5.2"
},
"dependencies": {
"evnty": "^0.8.30"
}
}