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