twisted
Version:
Fetching riot games api data
69 lines (68 loc) • 1.61 kB
JSON
{
"name": "twisted",
"version": "1.82.0",
"description": "Fetching riot games api data",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint ./src/**/*",
"lint:fix": "eslint --fix ./src/**/*",
"test": "jest",
"test:coverage": "jest --coverage",
"typecheck": "tsc --noEmit",
"build": "tsc --noEmit && tsup",
"example": "ts-node runExamples",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"riot",
"lol",
"api",
"wrap",
"riot games",
"league of legends",
"tft",
"teamfight tactics"
],
"repository": {
"type": "git",
"url": "git+https://github.com/justadev-afk/twisted.git"
},
"author": {
"name": "justadev-afk",
"url": "https://github.com/justadev-afk"
},
"homepage": "https://github.com/justadev-afk/twisted",
"bugs": {
"url": "https://github.com/justadev-afk/twisted/issues"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/promise-queue": "^2.2.3",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^8.5.1",
"typescript": "^5.3.2"
},
"dependencies": {
"promise-queue": "^2.2.5"
},
"standard": {
"env": [
"jest"
]
}
}