UNPKG

@chiraitori/hoyolab-core

Version:

Core utilities for HoYoLab automation - daily check-ins and code redemption with smart rate limiting

61 lines (60 loc) 1.38 kB
{ "name": "@chiraitori/hoyolab-core", "version": "1.1.0", "description": "Core utilities for HoYoLab automation - daily check-ins and code redemption with smart rate limiting", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "example": "node examples.js" }, "keywords": [ "hoyolab", "genshin", "starrail", "zenless", "honkai", "mihoyo", "hoyoverse", "checkin", "redeem", "automation" ], "author": "chiraitori", "license": "MIT", "dependencies": { "node-fetch": "^3.3.2" }, "devDependencies": { "jest": "^29.7.0" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/chiraitori/hoyolab-core.git" }, "bugs": { "url": "https://github.com/chiraitori/hoyolab-core/issues" }, "homepage": "https://github.com/chiraitori/hoyolab-core#readme", "files": [ "index.js", "index.d.ts", "src/", "README.md", "CHANGELOG.md", "USAGE.md" ], "jest": { "testEnvironment": "node", "collectCoverageFrom": [ "src/**/*.js", "index.js" ], "coverageDirectory": "coverage", "coverageReporters": ["text", "lcov", "html"] } }