-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 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
45
46
47
{
"name": "open-npm-link",
"version": "1.0.2",
"description": "Open the npm link for target package",
"homepage": "https://github.com/yyz945947732/open-npm-link",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "vitest",
"lint": "biome check --apply-unsafe ./src && biome format --write ./src",
"build": "tsup --config tsup.config.ts"
},
"type": "module",
"author": "yyz945947732 <945947732@qq.com>",
"license": "MIT",
"keywords": [
"npm",
"npmlink",
"package",
"open",
"opener",
"opens",
"launch",
"browser",
"website"
],
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/yyz945947732/open-npm-link/issues",
"email": "945947732@qq.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyz945947732/open-npm-link.git"
},
"devDependencies": {
"@biomejs/biome": "^1.1.2",
"@types/node": "^20.8.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"open": "^9.1.0"
}
}