mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
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>
27 lines
577 B
JSON
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"
|
|
}
|
|
} |