{
  "name": "electron-definitelytyped",
  "version": "0.0.9",
  "description": "Automatically generated definitely typed files for the Electron API",
  "bin": "cli.js",
  "main": "index.js",
  "scripts": {
    "build": "node cli.js",
    "demo": "npm run build -- -o=electron.d.ts",
    "lint": "snazzy",
    "prepublish": "npm run demo",
    "test": "npm run lint && mocha test/*_spec.js"
  },
  "author": {
    "name": "Samuel Attard",
    "homepage": "https://www.samuelattard.com"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "snazzy": "^5.0.0",
    "standard": "^8.5.0"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "electron-docs": "^2.0.0",
    "electron-docs-linter": "1.14.0",
    "lodash": "^4.16.1",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.5.4"
  }
}
