thaldrin/package.json

38 lines
966 B
JSON

{
"name": "thaldrin",
"version": "4.0.0-dev",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "rm -r build && npm run build && npm run start",
"init": "git submodules init && git submodule update",
"update:subs": "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/sourcefinder": "^1.0.3",
"chalk": "^4.1.0",
"discord.js": "^12.5.3",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.1",
"yiff": "^3.0.6"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/ws": "^7.4.1"
}
}