-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 882 Bytes
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
{
"name": "textnow",
"version": "1.0.3",
"description": "An easy way to text, now.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "hieyou1",
"license": "GPL-3.0-or-later",
"dependencies": {
"browser-kill": "^1.0.1",
"express": "^4.17.1",
"fetch-cookie": "^1.0.0",
"form-data": "^4.0.0",
"libphonenumber-js": "^1.9.21",
"node-fetch": "^3.0.0",
"node-jssip": "file:../jssip",
"open": "^8.2.1",
"prompts": "^2.4.1",
"puppeteer-core": "^13.3.1",
"sockjs-client": "^1.5.1",
"tough-cookie": "^4.0.0",
"wrtc": "^0.4.7"
},
"repository": "github:hieyou1/textnow",
"devDependencies": {
"jsdoc-to-markdown": "^7.0.1",
"mic": "^2.1.2"
}
}