-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "@kaffee/lungo",
"version": "1.1.1",
"description": "",
"main": "index.js",
"repository": "ice-drip/lungo",
"scripts": {
"build": "pnpm rollup -c",
"ipublish": "pnpm publish --no-git-checks --registry https://registry.npmjs.org/ --access public",
"prepublish": "pnpm build"
},
"bin": {
"lungo": "./dist/bin.js"
},
"keywords": [
"cli"
],
"author": "Rikka",
"license": "GPLV3",
"devDependencies": {
"@nodelib/fs.walk": "^2.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@types/adm-zip": "^0.5.5",
"@types/minimist": "^1.2.5",
"@types/node": "20.14.9",
"@types/ssh2": "^1.15.0",
"chalk": "^5.3.0",
"console-table-printer": "^2.12.1",
"dayjs": "^1.11.11",
"minimist": "^1.2.8",
"rollup": "^4.18.0",
"rollup-plugin-hashbang": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"roolup": "^1.0.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
},
"dependencies": {
"adm-zip": "0.5.12",
"ssh2": "^1.15.0"
}
}