mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
34 lines
762 B
JSON
34 lines
762 B
JSON
{
|
|
"name": "tachi-database-seed-scripts",
|
|
"version": "0.1.0",
|
|
"description": "Scripts for dealing with tachi-database-seeds.",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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": {
|
|
"commander": "^8.2.0",
|
|
"glob": "^7.2.0",
|
|
"mei-logger": "^1.0.1",
|
|
"monk": "^7.3.4",
|
|
"tachi-common": "0.2.43",
|
|
"xml2js": "^0.4.23"
|
|
}
|
|
}
|