{
  "name": "xod-arduino",
  "version": "0.37.0",
  "description": "XOD project: Arduino transpiler",
  "scripts": {
    "build:nearley": "nearleyc src/implementationGrammar.ne -o src/implementationGrammar.ne.js",
    "build:js": "babel src/ -d dist/ --source-maps",
    "build:re": "bsb -make-world",
    "build": "yarn build:nearley && yarn build:re && yarn build:js",
    "dev:re": "yarn run build:re -w",
    "dev": "onchange \"src/**/*.js\" \"platform/**/*\" -- yarn run build:js",
    "doc": "documentation build --format html --output doc --sort-order alpha src/",
    "refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
    "clean:dist": "rimraf ./dist ./lib ./src/**/*.bs.js",
    "test": "BABEL_DISABLE_CACHE=1 mocha test/**/*.spec.js",
    "test-cpp": "./tools/test-cpp.sh && ./tools/test-avr-size.sh"
  },
  "repository": {},
  "keywords": [],
  "author": "XOD Team <dev@xod.io>",
  "license": "AGPL-3.0",
  "main": "dist/index.js",
  "dependencies": {
    "@glennsl/bs-revamp": "^0.1.1",
    "belt-holes": "^0.34.0",
    "handlebars": "^4.0.6",
    "hm-def": "^0.3.2",
    "moo": "^0.5.1",
    "nearley": "^2.19.6",
    "ramda": "^0.24.1",
    "ramda-fantasy": "^0.8.0",
    "sanctuary-def": "^0.14.0",
    "xod-func-tools": "^0.34.0",
    "xod-project": "^0.37.0"
  },
  "devDependencies": {
    "babel-plugin-inline-import": "^2.0.4",
    "bs-platform": "7.1.1",
    "chai": "^4.1.2",
    "onchange": "^5.2.0",
    "xod-fs": "^0.37.0"
  },
  "files": [
    "dist",
    "src",
    "platform",
    "bsconfig.json"
  ]
}
