{
  "name": "raspi-board",
  "version": "7.4.0",
  "description": "Pin mapping functionality for the Raspberry Pi in Node.js",
  "main": "./dist/index.js",
  "types": "./declarations/index.d.ts",
  "scripts": {
    "prebuild": "tslint 'src/**/*.ts'",
    "build": "tsc",
    "test": "cross-env RASPI_IO_TEST_MODE=true istanbul cover ./node_modules/jasmine/bin/jasmine.js --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test-local": "cross-env RASPI_IO_TEST_MODE=true jasmine"
  },
  "dependencies": {
    "j5-io-types": "^2.4.0"
  },
  "devDependencies": {
    "@types/node": "^10.12.11",
    "coveralls": "^3.0.2",
    "cross-env": "^5.2.0",
    "istanbul": "^0.4.5",
    "jasmine": "^3.2.0",
    "tslint": "^5.11.0",
    "typescript": "^3.0.3"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nebrius/raspi-board.git"
  },
  "keywords": [
    "nodebots",
    "robotics",
    "raspberry pi"
  ],
  "author": {
    "name": "Bryan Hughes",
    "email": "bryan@nebri.us",
    "url": "https://nebri.us"
  },
  "contributors": [
    {
      "name": "Bryan Hughes",
      "email": "bryan@nebri.us",
      "url": "https://nebri.us"
    },
    {
      "name": "Adam Wolski",
      "email": "kontakt@adamwolski.com",
      "url": "https://github.com/wolasss"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nebrius/raspi-board/issues"
  },
  "homepage": "https://github.com/nebrius/raspi-board"
}
