-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 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": "webwebweb",
"version": "1.6.1",
"description": "The Comfiest Way to make web APIs and static file servers",
"main": "build/index.js",
"scripts": {
"test": "jest",
"start": "npm run build && node build/index.js",
"build": "tsc",
"clean": "rimraf ./build/",
"lint": "eslint . --ext .js,.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instafluff/WebWebWeb.git"
},
"keywords": [
"Instafluff",
"Comfy",
"web",
"api",
"static",
"file",
"http",
"server"
],
"author": "Instafluff",
"license": "MIT",
"bugs": {
"url": "https://github.com/instafluff/WebWebWeb/issues"
},
"homepage": "https://github.com/instafluff/WebWebWeb#readme",
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-comfycase": "^0.1.2",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
}
}