This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "twilio-sync-inspector",
"version": "1.0.0-alpha.4",
"main": "bin/index.js",
"bin": {
"twilio-sync-inspector": "bin/index.js"
},
"dependencies": {
"body-parser": "^1.18.2",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"debug": "^3.1.0",
"event-emitter": "^0.3.5",
"express": "^4.16.1",
"material-ui": "^1.0.0-beta.12",
"material-ui-icons": "^1.0.0-beta.10",
"opn": "^5.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-json-view": "^1.13.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"styled-components": "^2.2.0",
"twilio": "^3.7.0",
"twilio-common": "^0.1.7",
"twilio-sync": "^0.6.0",
"snyk": "^1.52.1"
},
"scripts": {
"prepublish": "npm run build",
"dev:react": "react-scripts start",
"dev:node": "nodemon --watch server --watch bin . --dev",
"dev": "npm-run-all -p dev:*",
"start": "node .",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"proxy": "http://localhost:8081",
"devDependencies": {
"nodemon": "^1.12.1",
"npm-run-all": "^4.1.1",
"react-scripts": "1.0.14"
},
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Dominik Kundel",
"url": "https://github.com/dkundel"
},
"bugs": {
"url": "https://github.com/dkundel/twilio-sync-inspector/issues"
},
"repository": {
"url": "[email protected]:dkundel/twilio-sync-inspector.git",
"type": "git"
},
"snyk": true
}