-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
34 lines (34 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"private": true,
"name": "censorbot",
"version": "13.0.0",
"description": "Censor Bot is an advanced Anti-Swear Bot that comes with pre-built filters, no work needed! Censor curses, invites and more.",
"main": "index.js",
"scripts": {
"build": "tsc --build",
"build:web": "cd ./packages/website && yarn build",
"build:watch": "tsc --build --watch",
"dev": "cross-env DEV=true node ./packages/bot",
"start": "node ./packages/bot"
},
"repository": "git+https://github.com/JPBBots/censorbot.git",
"author": "JPBBerry",
"license": "MPL-2.0",
"homepage": "https://censor.bot",
"workspaces": [
"packages/typings",
"packages/config",
"packages/utils",
"packages/filter",
"packages/database",
"packages/api",
"packages/website",
"packages/app",
"packages/bot"
],
"devDependencies": {
"@types/node": "^18.11.18",
"cross-env": "^7.0.3",
"typescript": "^4.9.4"
}
}