{
  "name": "@robotical/martyblocks",
  "version": "4.0.67",
  "description": "MartyBlocks based on Scratch for Marty the Robot by Robotical",
  "main": "README.md",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "./scripts/dev-commands.sh release-build",
    "release:build": "./scripts/dev-commands.sh release-build",
    "release:check": "test -d dist && test -f dist/index.html && npm pack --dry-run",
    "prepublishOnly": "test -d dist && test -f dist/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robotical/MartyBlocks2.0.git"
  },
  "keywords": [
    "marty",
    "robot",
    "scratch",
    "Robotical"
  ],
  "author": "Nikos Theodoropoulos",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robotical/MartyBlocks2.0/issues"
  },
  "homepage": "https://github.com/robotical/MartyBlocks2.0#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}
