-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.54 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.54 KB
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
54
55
56
57
58
{
"name": "grprogress",
"version": "1.6.5",
"description": "a gradient progress for nodejs by go",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "./src/index.js",
"scripts": {
"postinstall": "node install.js",
"dev": "npm run build && node ./src/dev.js",
"dev:go": "go run . 0.8",
"build": "node ./scripts/build.js"
},
"files": [
"install.js",
"src",
"utils"
],
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaobeichen/grprogress.git"
},
"homepage": "https://github.com/shaobeichen/grprogress#readme",
"author": "shaobeichen",
"keywords": [
"progress",
"go",
"golang",
"cli",
"gradient",
"bubbletea",
"rust",
"rspack",
"node",
"napi"
],
"optionalDependencies": {
"@grprogress/darwin-arm64": "1.6.5",
"@grprogress/darwin-x64": "1.6.5",
"@grprogress/linux-x64": "1.6.5",
"@grprogress/win32-x64": "1.6.5"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.4",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"semantic-release": "^24.1.1"
}
}