{ "name": "ocoge", "version": "0.1.3", "description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。", "main": "main.js", "scripts": { "start": "electron .", "rebuild": "electron-rebuild" }, "repository": { "type": "git", "url": "git+https://github.com/ocogeclub/ocoge.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/ocogeclub/ocoge/issues" }, "homepage": "https://github.com/ocogeclub/ocoge#readme", "devDependencies": { "electron": "15.0.0", "electron-rebuild": "3.2.3" }, "dependencies": { "@ocogeclub/bme280": "file:local_modules/@ocogeclub/bme280", "@ocogeclub/lgpio": "file:local_modules/@ocogeclub/lgpio", "axios": "^0.21.1", "nodemailer": "^6.6.0", "@tensorflow/tfjs-node": "^3.9.0", "@vladmandic/face-api": "^1.5.3" } }