UNPKG

twisted-axios

Version:
74 lines (73 loc) 1.75 kB
{ "name": "twisted-axios", "version": "1.38.0", "description": "Fetching riot games api data", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "tslint --project tsconfig.json", "lint:fix": "tslint --project tsconfig.json --fix", "test": "jest", "build": "tsc", "example": "ts-node runExamples", "prepublishOnly": "npm run build" }, "engines": { "node": ">=8.6.0" }, "keywords": [ "riot", "lol", "api", "wrap", "riot games", "league of legends", "tft", "teamfight tactics" ], "repository": { "type": "git", "url": "https://github.com/Sansossio/twisted" }, "author": { "name": "Julio Sansossio", "email": "juliosansossio@gmail.com", "url": "https://github.com/Sansossio" }, "homepage": "https://github.com/Sansossio/twisted", "bugs": { "url": "https://github.com/Sansossio/twisted/issues" }, "license": "ISC", "devDependencies": { "@types/chai": "^4.2.1", "@types/http-status-codes": "^1.2.0", "@types/jest": "^25.2.1", "@types/lodash": "^4.14.138", "@types/node": "^14.6.4", "@types/promise-queue": "^2.2.0", "@types/sinon": "^7.0.13", "@typescript-eslint/eslint-plugin": "^2.1.0", "@typescript-eslint/parser": "^2.1.0", "jest": "^25.4.0", "ts-jest": "^25.4.0", "ts-node": "^8.3.0", "tslint": "^5.19.0", "tslint-config-standard": "^8.0.1", "typescript": "^3.8.3" }, "dependencies": { "axios": "^0.21.1", "camelcase": "^6.2.0", "http-status-codes": "^1.3.2", "lodash": "^4.17.15", "promise-queue": "^2.2.5", "query-string": "^6.14.1", "uuid": "^8.3.0" }, "standard": { "env": [ "jest" ] } }