46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "lionheart",
|
|
"version": "1.1.0",
|
|
"description": "A client framework for maimai DX (SDGB)",
|
|
"module": "dist/index.mjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsup",
|
|
"build:watch": "tsup --watch",
|
|
"lint:type": "tsgo --noEmit",
|
|
"lint:format": "prettier --check ./src/**/*.ts",
|
|
"format": "prettier --write ./src",
|
|
"lint": "eslint ./src",
|
|
"lint:fix": "eslint ./src --fix"
|
|
},
|
|
"author": "FurryR",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"axios": "^1.12.2",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"json-bigint": "^1.0.0",
|
|
"md5": "^2.3.0",
|
|
"node-forge": "^1.3.1",
|
|
"pako": "^2.1.0",
|
|
"socks-proxy-agent": "^8.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@eslint/json": "^0.13.1",
|
|
"@eslint/markdown": "^6.4.0",
|
|
"@types/json-bigint": "^1.0.4",
|
|
"@types/md5": "^2.3.5",
|
|
"@types/node": "^22.15.29",
|
|
"@types/node-forge": "^1.3.11",
|
|
"@types/pako": "^2.0.3",
|
|
"@typescript/native-preview": "^7.0.0-dev.20250607.1",
|
|
"eslint": "^9.28.0",
|
|
"globals": "^16.2.0",
|
|
"prettier": "^3.5.3",
|
|
"tsup": "^8.5.0",
|
|
"typescript-eslint": "^8.33.0"
|
|
}
|
|
}
|