mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
40 lines
989 B
JSON
40 lines
989 B
JSON
{
|
|
"name": "tachi-database-seeds-scripts",
|
|
"version": "0.1.0-see-project-root",
|
|
"private": true,
|
|
"description": "Scripts for dealing with tachi-database-seeds.",
|
|
"main": "",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"test": "./run-tests.sh",
|
|
"sort": "node deterministic-collection-sort.js"
|
|
},
|
|
"author": "zkldi",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tsconfig-paths": "3.12.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "16.11.7",
|
|
"@types/lodash.get": "^4.4.7",
|
|
"better-sqlite3": "^7.5.0",
|
|
"bms-table-loader": "^1.0.1",
|
|
"chalk": "4",
|
|
"commander": "^8.2.0",
|
|
"csv-parse": "^5.0.3",
|
|
"deepmerge": "^4.2.2",
|
|
"encoding-japanese": "^1.0.30",
|
|
"fast-json-stable-hash": "^1.0.3",
|
|
"fast-xml-parser": "^4.0.2",
|
|
"glob": "^7.2.0",
|
|
"html-entities": "^2.3.2",
|
|
"iconv-lite": "^0.6.3",
|
|
"lodash.get": "^4.4.2",
|
|
"mei-logger": "^1.0.1",
|
|
"monk": "^7.3.4",
|
|
"node-fetch": "2.6.7",
|
|
"prudence": "0.9.8",
|
|
"tachi-common": "workspace:../../common",
|
|
"xml2js": "^0.4.23"
|
|
}
|
|
} |