-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
39
{
"name": "game-hub",
"version": "0.0.1",
"description": "Hub for building out and hosting games under the AMScripting umbrella",
"repository": {
"type": "git",
"url": "git+https://github.com/AMScripting/game-hub.git"
},
"contributors": [
"Austin Murdock <admwx7@gmail.com>",
"Michael Stramel <m.stramel89@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AMScripting/game-hub/issues"
},
"homepage": "https://github.com/AMScripting/game-hub#readme",
"workspaces": [
"configs",
"functions",
"website"
],
"engines": {
"node": ">=16.10",
"yarn": "~3.2"
},
"packageManager": "yarn@3.2.2",
"private": true,
"scripts": {
"build": "yarn workspace @amscripting/game-hub build",
"lint": "yarn workspace @amscripting/game-hub lint",
"prepare": "husky install",
"start": "yarn workspace @amscripting/game-hub start",
"test": "yarn workspace @amscripting/game-hub test"
},
"devDependencies": {
"husky": "~8.0"
}
}