thaldrin/package.json

54 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2021-01-10 20:33:55 +00:00
{
2021-04-04 15:17:46 +00:00
"name": "thaldrin",
2021-07-12 16:58:33 +00:00
"version": "4",
2021-04-04 15:17:46 +00:00
"description": "",
2021-04-28 01:31:12 +00:00
"main": "build/shard.js",
2021-04-04 15:17:46 +00:00
"scripts": {
2021-09-11 11:39:33 +00:00
"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",
2021-07-08 11:45:56 +00:00
"node:start": "node build/shard.js",
2021-07-08 20:16:29 +00:00
"node:dev": "nodemon --ignore \"build/\" -e js,ts --exec \"npm run node:build && npm run node:start\"",
2021-07-08 11:45:56 +00:00
"docker:build": "docker-compose build",
2021-07-08 20:16:29 +00:00
"docker:up": "docker-compose up -d",
2021-07-08 11:45:56 +00:00
"docker:down": "docker-compose down",
"git:init": "npm run subs:init && npm run subs:update",
2021-05-05 13:02:01 +00:00
"subs:init": "git submodule init && git submodule update",
"subs:update": "git submodule update --remote"
2021-04-04 15:17:46 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/thaldrin/thaldrin.git"
},
"keywords": [],
"author": "",
"license": "MIT",
2021-04-04 15:17:46 +00:00
"bugs": {
"url": "https://github.com/thaldrin/thaldrin/issues"
},
"homepage": "https://github.com/thaldrin/thaldrin#readme",
2021-01-10 20:33:55 +00:00
"dependencies": {
2021-04-04 15:17:46 +00:00
"@supabase/supabase-js": "^1.7.7",
2021-09-11 11:39:33 +00:00
"@thaldrin/eu": "^0.0.5",
2021-04-07 18:14:24 +00:00
"@thaldrin/sourcefinder": "^1.0.3",
2021-07-28 21:55:27 +00:00
"axios": "^0.21.1",
2021-04-05 00:18:27 +00:00
"chalk": "^4.1.0",
2021-04-07 14:51:51 +00:00
"discord.js": "^12.5.3",
2021-05-10 15:22:30 +00:00
"figlet": "^1.5.0",
2021-07-09 13:43:59 +00:00
"js-yaml": "^4.1.0",
2021-07-02 09:30:04 +00:00
"ms": "^2.0.0",
2021-05-13 20:33:16 +00:00
"prom-client": "^13.1.0",
2021-05-05 16:38:19 +00:00
"roll": "^1.3.1",
"trello-helper": "^3.0.7",
2021-04-04 20:22:19 +00:00
"winston": "^3.3.3",
2021-04-07 00:14:41 +00:00
"winston-daily-rotate-file": "^4.5.1",
2021-04-19 22:19:01 +00:00
"yiff": "^3.1.1"
2021-01-10 20:33:55 +00:00
},
"devDependencies": {
2021-05-10 15:22:30 +00:00
"@types/figlet": "^1.5.1",
2021-07-09 17:52:25 +00:00
"@types/js-yaml": "^4.0.2",
2021-07-28 21:55:27 +00:00
"@types/node": "^14.17.6",
2021-05-05 16:38:19 +00:00
"@types/roll": "^1.2.0",
2021-07-12 17:04:11 +00:00
"@types/ws": "^7.4.1",
"typescript": "^4.3.5"
2021-01-10 20:33:55 +00:00
}
}