mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-21 23:29:48 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"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": "^16.0.2",
|
|
"electron-rebuild": "^3.2.5"
|
|
},
|
|
"dependencies": {
|
|
"@ocogeclub/amg8833": "file:local_modules/@ocogeclub/amg8833",
|
|
"@ocogeclub/bme280": "file:local_modules/@ocogeclub/bme280",
|
|
"@ocogeclub/paj7620": "file:local_modules/@ocogeclub/paj7620",
|
|
"@ocogeclub/pigpio": "file:local_modules/@ocogeclub/pigpio",
|
|
"@tensorflow-models/knn-classifier": "^1.2.2",
|
|
"@tensorflow-models/mobilenet": "^2.1.0",
|
|
"@tensorflow/tfjs-node": "^3.11.0",
|
|
"@vladmandic/face-api": "^1.5.7",
|
|
"axios": "^0.24.0",
|
|
"nodemailer": "^6.7.1",
|
|
"tensorset": "^1.2.9"
|
|
}
|
|
}
|