-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
45
46
47
48
49
{
"name": "@councilbox/shutter-js",
"version": "1.3.10",
"description": "Shutter API - javascript SDK",
"main": "lib",
"homepage": "https://github.com/Councilbox/shutter-js#readme",
"bugs": {
"url": "https://github.com/Councilbox/shutter-js/issues"
},
"scripts": {
"local": "node test.local.js",
"lint": "eslint .",
"fix": "eslint . --fix",
"test": "jest --coverage",
"prepare": "husky install"
},
"keywords": [
"shutter",
"sdk",
"meet",
"meeting",
"webrtc",
"video"
],
"author": "Miguel Rodriguez Crespo <[email protected]>",
"contributors": [
"Alejandro Rivas Quintana <[email protected]>"
],
"license": "MIT",
"dependencies": {
"apollo-fetch": "^0.7.0",
"cross-fetch": "^3.1.4",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@councilbox/eslint-config-base": "^0.0.1",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"husky": "^6.0.0",
"jest-cli": "^27.0.5",
"nock": "^13.1.0",
"prettier": "^2.3.2"
}
}