-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.34 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "p_lerz",
"version": "0.1.0",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/P-lerz-server/p_lerz.git"
},
"contributors": [
{
"name": "Abiria",
"email": "[email protected]",
"url": "https://github.com/abiriadev"
}
],
"license": "MIT",
"private": true,
"description": "the site about the p_lerz minecraft server",
"bugs": {
"url": "https://github.com/P-lerz-server/p_lerz/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/P-lerz-server/p_lerz#readme",
"scripts": {
"format": "prettier . -w",
"test": "jest",
"sass": "sass src/sass:src/public/style",
"sass:dev": "sass src/sass:src/public/style --no-source-map",
"sass:watch": "sass -w src/sass:src/public/style",
"sass:watch:dev": "sass -w src/sass:src/public/style --no-source-map",
"clean": "rm src/public/style/*"
},
"keywords": [
"minecraft",
"server",
"survival map"
],
"engines": {
"node": ">=12.0.0 <=16.0.0"
},
"os": [
"linux",
"!win32"
],
"cpu": [
"x64",
"ia32"
],
"preferGlobal": false,
"config": {
"port": "52882"
}
}