schalewrapper
Version:
A simple Node.js wrapper for Blue Archive data from SchaleDB, with multi-language support and offline sync.
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "schalewrapper",
"version": "1.0.9",
"description": "A simple Node.js wrapper for Blue Archive data from SchaleDB, with multi-language support and offline sync.",
"repository": {
"type": "git",
"url": "git+https://github.com/XNS-ivy/schaleWrapper.git"
},
"homepage": "https://github.com/XNS-ivy/schaleWrapper#readme",
"bugs": {
"url": "https://github.com/XNS-ivy/schaleWrapper/issues"
},
"license": "MIT",
"author": {
"name": "XNS-ivy",
"url": "https://github.com/XNS-ivy"
},
"type": "module",
"main": "./index.cjs",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"scripts": {
"test": "node test",
"build": "esbuild index.js --bundle --platform=node --format=cjs --outfile=index.cjs"
},
"keywords": [
"blue-archive",
"schale",
"game-data",
"wrapper",
"api",
"anime",
"students",
"items",
"nodejs",
"schaledb"
],
"dependencies": {
"axios": "^1.8.4",
"cheerio": "^1.0.0"
},
"devDependencies": {
"esbuild": "^0.25.2"
}
}