-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1013 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
40
41
42
43
44
45
46
47
{
"name": "mediamachine",
"version": "1.0.6",
"description": "MediaMachine services client api",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/stackrock/mediamachinejs.git"
},
"scripts": {
"test": "jest --coverage && coveralls < coverage/lcov.info",
"build": "tsc",
"prepublish": "npm run build"
},
"author": "Stackrock <[email protected]>",
"license": "ISC",
"dependencies": {
"axios": "0.21.1"
},
"keywords": [
"stackrock",
"mediamachine",
"video",
"transcoding",
"thumbnailing",
"transcode",
"thumbnail",
"h264",
"vp8",
"vp9",
"mp4",
"webm",
"h265"
],
"homepage": "https://mediamachine.io",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.3",
"axios-mock-adapter": "^1.19",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"jest": "^26.1.0",
"ts-jest": "^26.1.1",
"ts-node": "^9.0.0",
"typescript": "^3.9.5"
}
}