starrail-manager
Version:
The StarRail Manager is a Node.js wrapper for the MiHoMo API and StarRail Data used in Honkai: StarRail.\ **This is not an official Honkai: StarRail project.**
41 lines (40 loc) • 834 B
JSON
{
"name": "starrail-manager",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && copyfiles -u 2 \"src/assets/**/*\" dist/assets",
"pull": "pull.bat",
"show": "gh browse"
},
"repository": {
"type": "git",
"url": "https://github.com/Shicoku/StarRail-Manager"
},
"keywords": [
"nodejs",
"node",
"node-js",
"nodejs-modules",
"wrapper",
"wrapper-api",
"wrapper-library",
"starrail",
"honkai:starrail",
"mihomo-api"
],
"author": "Shicoku",
"license": "MIT",
"dependencies": {
"@types/node": "^24.0.13",
"canvas": "^3.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"nodemon": "^3.1.10",
"tsconfig-paths": "^4.2.0"
}
}