forked from mcavage/node-ssh-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 958 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
{
"author": "Mark Cavage <[email protected]>",
"name": "@yandex-int/node-ssh-agent",
"contributors": [
"Dave Eddy <[email protected]>",
"Patrick Mooney <[email protected]>",
"Dave Pacheco <[email protected]>",
"Anastasia Tumanova <[email protected]>"
],
"description": "Copy of git://github.com/mcavage/node-ssh-agent.git",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/anmisttt/node-ssh-agent.git"
},
"bin": {
"ssha-list": "./bin/ssha-list",
"ssha-sign": "./bin/ssha-sign"
},
"main": "lib/ssh_agent_client",
"types": "typings/ssh_agent_client.d.ts",
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"ctype": "0.5.4",
"posix-getopt": "1.1.0"
},
"devDependencies": {
"@types/node": "18.14.2",
"faucet": "0.0.1",
"tape": "4.0.0"
},
"scripts": {
"test": "node ./test/agent.test.js | ./node_modules/.bin/faucet"
}
}