-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 942 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": "zen-bridge",
"version": "0.1.0",
"description": "an iMessage proxy for Zen",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Alec Armbruster, alec<at>amnesia.software",
"license": "ISC",
"dependencies": {
"yargs": "^15.3.1",
"image-to-base64": "^2.0.1",
"macos-version": "^4.0.0",
"moment": "^2.24.0",
"one-liner": "^1.0.3",
"osa2": "0.0.0",
"pkg": "^4.4.2",
"socket.io-client": "^2.3.0",
"sqlite": "^2.8.0",
"ws": "^7.2.1"
},
"pkg": {
"scripts": [
"osa/*.js",
"osa/**/*.js"
],
"assets": "osa/*.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmnesiaLabs/zen-bridge.git"
},
"bugs": {
"url": "https://github.com/AmnesiaLabs/zen-bridge/issues"
},
"homepage": "https://github.com/AmnesiaLabs/zen-bridge#readme"
}