Files
zkldi_Tachi/sieglinde/package.json
T
2022-08-21 18:07:56 +01:00

20 lines
427 B
JSON

{
"name": "tachi-sieglinde",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"calc-v1": "ts-node src/main.ts"
},
"author": "zkldi",
"license": "MIT",
"dependencies": {
"@types/node-fetch": "2",
"commander": "^8.3.0",
"fast-xml-parser": "^4.0.0-beta.2",
"mei-logger": "^1.0.1",
"node-fetch": "2.6.7",
"winston": "3.5.1"
}
}