mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
23 lines
537 B
JSON
23 lines
537 B
JSON
{
|
|
"name": "tachi-sieglinde",
|
|
"version": "0.1.0-see-project-root",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"calc-v1": "ts-node src/main.ts"
|
|
},
|
|
"author": "zkldi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node-fetch": "2",
|
|
"bms-table-loader": "2.0.0",
|
|
"commander": "^8.3.0",
|
|
"fast-xml-parser": "^4.0.0-beta.2",
|
|
"mei-logger": "^1.0.1",
|
|
"node-fetch": "2.6.7",
|
|
"tachi-common": "workspace:../common",
|
|
"winston": "3.5.1"
|
|
}
|
|
} |