thaldrin/package.json

54 lines
1.6 KiB
JSON

{
"name": "thaldrin",
"version": "4",
"description": "",
"main": "build/shard.js",
"scripts": {
"node:build": "rm -rf build/ && tsc && cp -r src/utils/lingua/langs build/src/utils/lingua/langs && cp cultum.config.yml build/cultum.config.yml",
"node:start": "node build/shard.js",
"node:dev": "nodemon --ignore \"build/\" -e js,ts --exec \"npm run node:build && npm run node:start\"",
"docker:build": "docker-compose build",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"git:init": "npm run subs:init && npm run subs:update",
"subs:init": "git submodule init && git submodule update",
"subs:update": "git submodule update --remote"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thaldrin/thaldrin.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/thaldrin/thaldrin/issues"
},
"homepage": "https://github.com/thaldrin/thaldrin#readme",
"dependencies": {
"@supabase/supabase-js": "^1.7.7",
"@thaldrin/eu": "^0.0.5",
"@thaldrin/sourcefinder": "^1.0.3",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"discord.js": "^12.5.3",
"figlet": "^1.5.0",
"js-yaml": "^4.1.0",
"ms": "^2.0.0",
"prom-client": "^13.1.0",
"roll": "^1.3.1",
"trello-helper": "^3.0.7",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.1",
"yiff": "^3.1.1"
},
"devDependencies": {
"@types/figlet": "^1.5.1",
"@types/js-yaml": "^4.0.2",
"@types/node": "^14.17.6",
"@types/roll": "^1.2.0",
"@types/ws": "^7.4.1",
"typescript": "^4.3.5"
}
}