Files
zkldi_Tachi/database-seeds/scripts/package.json
T
2022-01-31 19:23:18 +00:00

50 lines
1.2 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/node": "^17.0.13",
"chalk": "4",
"commander": "^8.2.0",
"csv-parse": "^5.0.3",
"deepmerge": "^4.2.2",
"fast-json-stable-hash": "^1.0.3",
"glob": "^7.2.0",
"mei-logger": "^1.0.1",
"monk": "^7.3.4",
"prudence": "^0.9.7",
"tachi-common": "0.5.12",
"ts-node": "^10.4.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
}
}