-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 KB
/
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
35
36
37
38
{
"name": "SquadJS",
"version": "4.0.1",
"repository": "https://github.com/Team-Silver-Sphere/SquadJS.git",
"author": "Thomas Smyth <https://github.com/Thomas-Smyth>",
"license": "BSL-1.0",
"private": true,
"workspaces": [
"assets",
"core",
"discord-bot",
"squad-server"
],
"scripts": {
"prepare": "husky install",
"lint": "eslint --fix . && prettier --write \"./**/*.js\"",
"lint-staged": "lint-staged",
"build-config": "node squad-server/scripts/build-config-file.js",
"build-readme": "node squad-server/scripts/build-readme.js",
"build-all": "node squad-server/scripts/build-config-file.js && node squad-server/scripts/build-readme.js"
},
"type": "module",
"dependencies": {
"squad-server": "1.0.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"globals": "^13.23.0",
"husky": "^5.2.0",
"lint-staged": "^10.5.4",
"prettier": "^3.1.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
},
"packageManager": "[email protected]"
}