lunar-vein-arduino/package.json

38 lines
930 B
JSON

{
"name": "lunar-vein-arduino",
"version": "1.0.0",
"description": "A test to arduino",
"main": "index.ts",
"author": "Norman Andrians",
"license": "MIT",
"private": true,
"scripts": {
"start": "nodemon",
"ports": "ts-node src/ports/print.ts",
"test-blink": "nodemon test/blink.js"
},
"dependencies": {
"@serialport/bindings": "^9.2.9",
"@serialport/list": "^12.0.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"firmata": "^2.3.0",
"johnny-five": "^2.1.0",
"nodemon": "^3.1.0",
"serialport": "^12.0.0",
"socket.io": "^4.7.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/firmata": "^0.19.8",
"@types/johnny-five": "^2.1.9",
"@types/nodemon": "^1.19.6",
"@types/serialport": "^8.0.5",
"@types/socket.io": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}