-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 796 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 796 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
29
{
"name": "server-exploration",
"version": "0.0.1",
"description": "An exploritory project to understand the initial 592 client/server protocol.",
"main": "src/index.mjs",
"engines": {
"node": "22",
"npm": "10"
},
"scripts": {
"format": "biome format --write ./",
"format:ci": "biome format ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Open592/server-exploration.git"
},
"keywords": ["rsps", "592", "open592"],
"author": "Open592 Developer <uss@open592.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Open592/server-exploration/issues"
},
"homepage": "https://github.com/Open592/server-exploration#readme",
"devDependencies": {
"@biomejs/biome": "1.8.3"
}
}