-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 916 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
{
"name": "testfairy-fetch-sessions",
"version": "1.3.1",
"description": "",
"main": "index.js",
"bin": {
"testfairy-fetch-sessions": "./index.js"
},
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc -p tsconfig.json",
"build": "./node_modules/typescript/bin/tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"aes-js": "^3.1.2",
"canvas": "^2.9.3",
"command-line-args": "^5.1.1",
"console-stamp": "^3.0.2",
"ffmpeg-static": "^5.0.2",
"file-saver": "^2.0.1",
"node-rsa": "^1.0.8",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"sprintf-js": "^1.1.2",
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/file-saver": "^2.0.0",
"@types/node": "^11.13.0",
"@types/request": "^2.48.1",
"@types/tmp": "^0.2.1",
"typescript": "^3.4.1"
}
}