| 12345678910111213141516171819 |
- {
- "name": "car",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "socket.io-client": "^4.4.1",
- "i2c-bus": "^5.2.2",
- "pca9685": "^5.0.0",
- "rpio": "^2.4.2",
- "wrtc": "^0.4.7",
- "fluent-ffmpeg": "^2.1.2"
- }
- }
|