mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
32 lines
772 B
JSON
32 lines
772 B
JSON
{
|
|
"name": "tachi-database-seed-scripts",
|
|
"version": "0.1.0",
|
|
"description": "Scripts for dealing with tachi-database-seeds.",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "./run-tests.sh",
|
|
"sort": "node deterministic-collection-sort.js"
|
|
},
|
|
"author": "zkldi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/lodash.get": "^4.4.7",
|
|
"better-sqlite3": "^7.5.0",
|
|
"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",
|
|
"lodash.get": "^4.4.2",
|
|
"mei-logger": "^1.0.1",
|
|
"monk": "^7.3.4",
|
|
"node-fetch": "2.6.7",
|
|
"prudence": "^0.9.7",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"devDependencies": {}
|
|
} |