Files
zkldi_Tachi/sieglinde/package.json
T
2022-12-19 03:21:08 +00:00

23 lines
538 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": "^1.0.1",
"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"
}
}