UNPKG

weedwick-api

Version:

A helper library to ease the communication with the Riot API

53 lines (52 loc) 1.41 kB
{ "name": "weedwick-api", "version": "1.1.1", "description": "A helper library to ease the communication with the Riot API", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "test": "jest --config jestconfig.json --coverage", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/fkresler/weedwick-api.git" }, "keywords": [ "Riot", "API", "LoL", "Typescript" ], "author": "Fabian Kresler", "license": "ISC", "bugs": { "url": "https://github.com/fkresler/weedwick-api/issues" }, "homepage": "https://github.com/fkresler/weedwick-api#readme", "files": [ "lib/**/*" ], "devDependencies": { "@types/jest": "^26.0.13", "@types/superagent": "^4.1.10", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "eslint": "^7.8.1", "eslint-config-prettier": "^6.11.0", "jest": "^26.4.2", "prettier": "^2.1.1", "ts-jest": "^26.3.0", "typescript": "^4.0.2" }, "dependencies": { "superagent": "^6.1.0" } }