-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 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
30
31
32
33
34
{
"name": "resource-save-script",
"version": "1.0.14",
"description": "HTTP server with auto-download capability",
"homepage": "https://github.com/luckfunc/resource-save-script#readme",
"bugs": {
"url": "https://github.com/luckfunc/resource-save-script/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luckfunc/resource-save-script.git"
},
"funding": "https://github.com/sponsors/luckfunc",
"license": "ISC",
"author": "",
"main": "index.js",
"bin": {
"h": "./index.js"
},
"scripts": {
"ci:eslint": "eslint -f json src -o ./.ci/eslint.json",
"lint": "biome check .",
"lint:fix": "biome format --write . && biome check --write .",
"lint:ci": "biome check ."
},
"dependencies": {
"http-server": "^14.1.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.7",
"eslint": "^9.34.0",
"eslint-config-ali": "^16.5.0"
}
}