enkanetwork
Version:
API wrapper for enka.network written on TypeScript which provides localization, caching and convenience
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "enkanetwork",
"version": "3.0.0-beta5",
"author": "Kravetsone",
"repository": {
"type": "git",
"url": "git+https://github.com/kravetsone/enkaNetwork.git"
},
"main": "dist/index.js",
"module": "dist/index.js",
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
},
"bugs": {
"url": "https://github.com/kravetsone/enkaNetwork/issues"
},
"description": "API wrapper for enka.network written on TypeScript which provides localization, caching and convenience",
"homepage": "https://kravets.gitbook.io/enkanetwork",
"keywords": [
"enkanetwork",
"enka",
"genshinapi",
"genshinimpact",
"gensinimpactapi",
"nodejs",
"typescript",
"shinshin",
"moe"
],
"license": "ISC",
"scripts": {
"install": "node scripts/install.js",
"prepublishOnly": "rm -rf dist && bunx tsc",
"lint": "bunx @biomejs/biome check ./src",
"lint:fix": "bun lint --apply"
},
"typings": "dist/index.d.ts",
"files": ["dist", "scripts"]
}