{
  "name": "blink-blink",
  "version": "0.1.0",
  "description": "Bringing blink back",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build",
    "dev": "stencil build --dev --watch --serve",
    "start": "npm run dev",
    "test": "jest --no-cache",
    "test:ci": "npm run test && npm run tslint",
    "test.watch": "jest --watch --no-cache",
    "tslint": "tslint -c tslint.json 'src/**/*.ts{,x}'",
    "tslint:fix": "npm run tslint -- --fix"
  },
  "dependencies": {},
  "devDependencies": {
    "@stencil/core": "^1.7.5",
    "@types/jest": "^24.0.21",
    "jest": "^24.9.0",
    "tslint": "^5.20.0",
    "tslint-eslint-rules": "^5.4.0",
    "tslint-react": "^4.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/stencil-component-starter.git"
  },
  "authors": [
    "Ionic Team",
    "Sergio Arbeo"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Serabe/blink-blink"
  },
  "homepage": "https://github.com/Serabe/blink-blink",
  "jest": {
    "preset": "@stencil/core/testing"
  }
}
