thaldrin/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2021-01-10 20:33:55 +00:00
{
2021-04-04 15:17:46 +00:00
"name": "thaldrin",
"version": "4.0.0-dev",
2021-04-04 15:17:46 +00:00
"description": "",
2021-04-07 18:14:24 +00:00
"main": "build/index.js",
2021-04-04 15:17:46 +00:00
"scripts": {
"build": "tsc",
"start": "node build/index.js",
2021-04-19 16:26:58 +00:00
"dev": "npm run build && npm run start",
"init": "npm run subs:init && npm run sub:update",
"subs:init": "git submodules 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",
"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-04-04 15:17:46 +00:00
"@types/node": "^14.14.37",
"@types/ws": "^7.4.1"
2021-01-10 20:33:55 +00:00
}
}