-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
43
44
{
"name": "@eyevinn/enigma.io",
"version": "1.5.1",
"description": "NPM library for integration with Red Bee Media Managed OTT APIs",
"main": "index.js",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"coverage": "jest --coverage"
},
"bin": {
"enigma-users": "./cli-tools/enigma-users",
"enigma-assets": "./cli-tools/enigma-assets"
},
"author": "[email protected]",
"license": "Apache-2.0",
"repository": "https://github.com/Eyevinn/enigma.io",
"dependencies": {
"async-sema": "^3.1.0",
"base-64": "^1.0.0",
"debug": "^4.3.1",
"dotenv-vars": "^2.1.0",
"node-fetch": "^2.6.1",
"node-getopt": "^0.3.2",
"node-machine-id": "^1.1.12",
"readline": "^1.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@types/jest": "^25.2.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"eslint": "^7.21.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.11.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1"
}
}