Files
zkldi_Tachi/database-seeds/scripts/package.json
T

45 lines
1.0 KiB
JSON

{
"name": "tachi-database-seed-scripts",
"version": "0.1.0",
"description": "Scripts for dealing with tachi-database-seeds.",
"main": "",
"scripts": {
"test": "./run-tests.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamNewGuys/tachi-database-seeds.git"
},
"keywords": [
"Kamaitachi",
"Bokutachi",
"Tachi",
"MongoDB"
],
"author": "zkldi",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamNewGuys/tachi-database-seeds/issues"
},
"homepage": "https://github.com/TeamNewGuys/tachi-database-seeds#readme",
"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": {}
}