1
0
Files
pi-weather-station/package.json
T
2024-06-12 13:22:38 -04:00

24 lines
568 B
JSON

{
"name": "pi-weather-station",
"version": "2.0.1",
"description": "A weather station designed for the Raspberry Pi 7 inch touchscreen",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/index.js"
},
"author": "Eric Lewin",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"open": "^7.1.0"
},
"devDependencies": {
"connect-livereload": "^0.6.1",
"livereload": "^0.9.1"
}
}