-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 812 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
35
36
37
{
"name": "openin",
"version": "1.0.3",
"description": "支持 GitHub、GitLab、Bitbucket、npm、Docker 等平台,在地址栏输入快速跳转",
"private": true,
"scripts": {
"translate": "node scripts/translate.js",
"build": "node scripts/build.js"
},
"keywords": [
"chrome-extension",
"github",
"gitlab",
"bitbucket",
"npm",
"docker",
"repository",
"navigation"
],
"author": "孙悟元 <wuyuan.dev>",
"license": "AGPL-3.0-only",
"devDependencies": {
"archiver": "^7.0.1",
"eslint": "^8.57.0",
"nodemon": "^3.0.3"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Sunwuyuan/OpenIn.git"
},
"bugs": {
"url": "https://github.com/Sunwuyuan/OpenIn/issues"
}
}