-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "sphero-sdk-raspberrypi-nodejs",
"description": "Sphero SDK - Raspberry Pi Node.js",
"version": "1.0.0",
"main": "./dist/server.js",
"types": "./dist/server.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/server.js"
},
"dependencies": {
"@material-ui/icons": "^4.4.3",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cors": "^2.8.5",
"express": "^4.16.2",
"ip": "^1.1.5",
"nvd3": "^1.8.6",
"react-joystick-component": "^1.4.0",
"serialport": "^7.1.3",
"swagger-ui-express": "^2.0.13",
"winston": "^2.4.0",
"ws": "^6.1.2"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/compression": "0.0.35",
"@types/cors": "^2.8.4",
"@types/express": "^4.11.0",
"@types/ip": "0.0.30",
"@types/node": "^8.5.2",
"@types/serialport": "^7.0.1",
"@types/winston": "^2.3.7",
"@types/ws": "^6.0.2",
"nodemon": "^1.19.3",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sphero-inc/sphero-sdk-raspberrypi-nodejs"
},
"author": "Sphero",
"license": "SEE LICENSE IN LICENSE.md"
}