sapling/package.json

49 lines
1.4 KiB
JSON

{
"name": "sapling",
"version": "1.0.0",
"main": "dist/index.js",
"author": "SadlyNotSappho",
"license": "LGPL-3.0",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/index.js",
"dev": "run-s build start",
"format": "prettier --write \"src/**/*.ts\"",
"predocker:watch": "npm install",
"docker:watch": "tsc-watch --onSuccess \"node ./dist/index.js\""
},
"dependencies": {
"@sapphire/decorators": "^6.0.0",
"@sapphire/discord-utilities": "^3.0.0",
"@sapphire/discord.js-utilities": "6.0.1",
"@sapphire/fetch": "^2.4.1",
"@sapphire/framework": "^4.0.2",
"@sapphire/plugin-api": "^5.0.0",
"@sapphire/plugin-editable-commands": "^3.0.0",
"@sapphire/plugin-logger": "^3.0.1",
"@sapphire/plugin-subcommands": "^4.0.0",
"@sapphire/time-utilities": "^1.7.8",
"@sapphire/type": "^2.3.0",
"@sapphire/utilities": "^3.11.0",
"@skyra/env-utilities": "^1.1.0",
"discord.js": "^14.7.1",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.28.0"
},
"devDependencies": {
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "^18.11.18",
"@types/pg": "^8",
"@types/ws": "^8.5.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.4"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.4.1"
}