Files
zkldi_Tachi/sieglinde/package.json
T
dependabot[bot] 33151dbf3b chore(deps): bump fast-xml-parser from 4.1.2 to 4.4.1 in /sieglinde (#1137)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.1.2 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.1.2...v4.4.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 18:53:23 +01:00

27 lines
577 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": "zk",
"license": "MIT",
"dependencies": {
"@types/node-fetch": "2",
"bms-table-loader": "2.0.0",
"commander": "^8.3.0",
"fast-xml-parser": "4.4.1",
"mei-logger": "^1.0.1",
"node-fetch": "2.6.7",
"tachi-common": "workspace:../common",
"winston": "3.5.1"
},
"engines": {
"node": "20",
"pnpm": "8"
}
}