-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "@server-state/simple-server",
"version": "0.0.10",
"description": "Providing a template for a full server-state setup including authentication, server-base, client-base and a few modules",
"main": "src/index.js",
"private": true,
"scripts": {
"start": "node ./",
"lint": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/server-state/simple-server.git"
},
"keywords": [
"nodejs",
"server",
"server-state",
"state",
"admin",
"dashboard",
"info",
"express",
"api",
"http",
"linux"
],
"author": "server-state",
"license": "MIT",
"bugs": {
"url": "https://github.com/server-state/simple-server/issues"
},
"homepage": "https://github.com/server-state/simple-server#readme",
"dependencies": {
"@server-state/raw-module": "^0.1.10",
"@server-state/server-base": "^0.2.0",
"cors": "^2.8.5",
"express": "^4.17.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"eslint": "^8.8.0"
}
}