{
  "name": "@kazu69/miniflux",
  "version": "0.0.3",
  "description": "Mini flux architecture",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:kazu69/miniflux.git"
  },
  "homepage": "https://github.com/kazu69/miniflux",
  "types": "./types/index.d.ts",
  "scripts": {
    "lint": "tslint -c ./tslint.json src/*.ts",
    "build": "tsc -p .",
    "watch": "tsc -w -p .",
    "clean": "rm -rf dist/*",
    "test": "npm run build && nyc ava test/*.js",
    "bundlebuild": "npx rollup -c rollup.config.js",
    "postinstall": "npm run build",
    "prebuild": "npm run clean && npm run lint",
    "postbuild": "npm run bundlebuild"
  },
  "keywords": [
    "flux"
  ],
  "author": "kazu69",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^9.4.0",
    "ava": "^0.25.0",
    "nyc": "^11.6.0",
    "rollup": "^0.57.0",
    "rollup-plugin-typescript2": "^0.12.0",
    "sinon": "^4.4.4",
    "tslint": "^5.9.1",
    "typescript": "^2.6.2"
  }
}
