-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 725 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 725 Bytes
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
{
"name": "goldenbedrock",
"version": "0.0.1",
"main": "dist/main.js",
"scripts": {
"serve": "npx tsc --build && node .",
"build": "npx tsc --build",
"clean": "npx tsc --build --clean"
},
"author": "stuartt",
"license": "AGPL-3.0-or-later",
"description": "Experimental server for 2020 Breaworlds clients",
"devDependencies": {
"@types/node": "^22.13.1",
"@types/nodemailer": "^6.4.17",
"@types/sequelize": "^4.28.20",
"@types/sqlite3": "^3.1.11"
},
"dependencies": {
"@picode/binary-reader": "^1.0.0",
"bad-words-next": "^3.1.1",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.7",
"nodemailer": "^7.0.12",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7"
}
}