-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 899 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
{
"name": "node-i2cssh",
"version": "2.0.0",
"description": "i2cssh with the help of node and osascript",
"scripts": {
"test": "NODE_ENV=test envchain aws node index.js 1 2 3 4 5 6 7 1 8 9 10 11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peh/node-i2cssh.git"
},
"keywords": [
"iterm",
"osascript"
],
"author": "Philipp Eschenbach",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/peh/node-i2cssh/issues"
},
"homepage": "https://github.com/peh/node-i2cssh#readme",
"preferGlobal": true,
"bin": {
"i2cssh": "index.js"
},
"dependencies": {
"aws-sdk": "^2.421.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"js-yaml": "^3.4.5",
"osascript": "^1.2.0",
"var": "^0.3.2",
"yargs": "^13.2.2"
},
"engines": {
"node": "^10"
}
}