-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "scriptable-node",
"version": "1.0.0",
"description": "Porting the APIs from Scriptable on iOS to Node.JS for all platforms.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"brightness": "^3.0.0",
"canvas": "^2.6.1",
"clipboardy": "^2.3.0",
"computer-name": "^0.1.0",
"file-uti": "^1.0.0",
"hex-rgb": "^4.3.0",
"image-size": "^0.9.3",
"loudness": "^0.4.1",
"luxon": "^2.0.2",
"macos-open-file-dialog": "^1.0.1",
"node-fetch": "^2.6.1",
"open": "^7.3.0",
"os-locale": "^6.0.0",
"sax": "^1.2.4",
"say": "^0.16.0",
"systeminformation": "^5.8.7",
"uti": "^6.3.12",
"uuid": "^8.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FifiTheBulldog/scriptable-node.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FifiTheBulldog/scriptable-node/issues"
},
"homepage": "https://github.com/FifiTheBulldog/scriptable-node#readme"
}