thaldrin/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2021-01-10 20:33:55 +00:00
{
2021-04-04 15:17:46 +00:00
"name": "thaldrin",
2021-05-10 15:22:30 +00:00
"version": "4.0-dev",
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-05-07 23:57:48 +00:00
"build": "rm -rf build/ && tsc",
2021-04-28 01:31:12 +00:00
"start": "node build/shard.js",
2021-05-07 23:57:48 +00:00
"dev": "nodemon --ignore \"build/\" -e js,ts --exec \"npm run build && npm run start\"",
2021-05-05 13:02:01 +00:00
"init": "npm run subs:init && npm run subs:update",
"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-04-07 18:14:24 +00:00
"@thaldrin/sourcefinder": "^1.0.3",
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-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-04-04 15:17:46 +00:00
"@types/node": "^14.14.37",
2021-05-05 16:38:19 +00:00
"@types/roll": "^1.2.0",
2021-04-04 15:17:46 +00:00
"@types/ws": "^7.4.1"
2021-01-10 20:33:55 +00:00
}
}