-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1008 Bytes
/
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
48
49
{
"name": "opapp",
"publishConfig": {
"access": "public"
},
"version": "0.0.3",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/zongzheng123/openapp.git"
},
"homepage": "https://github.com/zongzheng123/openapp#readme",
"bugs": "https://github.com/zongzheng123/openapp/issues",
"scripts": {
"test": "echo",
"build": "tsc",
"dev": "ts-node src/index.ts",
"prepublish": "npm run build"
},
"keywords": [
"shell",
"open",
"opener",
"launch",
"browser",
"jump",
"editor"
],
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^10.0.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"open": "^8.4.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}