UNPKG

lol-splash

Version:

League of Legends Splash Art API

58 lines (57 loc) 1.49 kB
{ "name": "lol-splash", "version": "0.0.9", "description": "League of Legends Splash Art API", "main": "index.js", "type": "module", "types": "index.d.ts", "scripts": { "start": "node src/index.js", "build": "tsc --build", "prepublishOnly": "npm run build && npm version patch && git push origin --follow-tags", "test": "set NODE_OPTIONS=--experimental-vm-modules && jest" }, "repository": { "type": "git", "url": "git+https://github.com/B4129/lol-splash.git" }, "keywords": [ "LOL", "League of legends", "splash", "art", "API" ], "author": "b4129 <b4129@oic.jp>", "license": "MIT", "bugs": { "url": "https://github.com/B4129/lol-splash/issues" }, "homepage": "https://github.com/B4129/lol-splash#readme", "dependencies": { "@types/node": "^17.0.17", "axios": "^0.26.0", "ts-node": "^10.5.0", "typescript": "^4.5.5" }, "devDependencies": { "ts-jest": "^27.1.3", "@types/jest": "^27.4.0", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.5.1", "prettier": "^2.5.1" }, "jest": { "globals": { "ts-jest": { "useESM": true } }, "preset": "ts-jest/presets/default-esm" } }