{
  "name": "nativejs-arduino",
  "bin": {
    "arduino.js": "./src/bin/flash.js"
  },
  "main": "src/index.js",
  "typings": "src/index.d.ts",
  "version": "1.1.0",
  "description": "Example of AVR Firmaware writtin in Typescript",
  "dependencies": {
    "avrgirl-arduino": "https://github.com/brunobasto/avrgirl-arduino.git",
    "nativejs-compiler": "^1.1.0",
    "nativejs-standard-preset": "^0.4.0",
    "serialport": "^6.1.1",
    "typescript": "2.1.6",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "prettier": "^1.11.1",
    "tslint": "^5.9.1",
    "tslint-config-prettier": "^1.10.0"
  },
  "scripts": {
    "format": "yarn --cwd ../../ format",
    "lint": "yarn --cwd ../../ lint",
    "prepare": "yarn --cwd ../../ prepare",
    "test": "echo \"TODO: Implement arduino tests.\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brunobasto/typescript-avr.git"
  },
  "author": "Bruno Basto",
  "license": "ISC"
}
