{
  "name": "@cotto/sinkdom",
  "description": "observable data binding",
  "version": "0.0.15",
  "author": "cotto",
  "main": "index.js",
  "jsnext:main": "es/index.js",
  "module": "es/index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cotttpan/sinkdom.git"
  },
  "bugs": {
    "url": "https://github.com/cotttpan/sinkdom/issues"
  },
  "homepage": "https://github.com/cotttpan/sinkdom",
  "dependencies": {
    "@cotto/utils.ts": "^0.2.3",
    "debounce": "^1.1.0"
  },
  "devDependencies": {
    "@cotto/tslint-config": "^0.1.1",
    "@types/debounce": "^1.0.0",
    "@types/jest": "^22.0.1",
    "@types/node": "^9.3.0",
    "awesome-typescript-loader": "^3.4.1",
    "gzip-size-cli": "^2.1.0",
    "jest": "^22.1.1",
    "npm-run-all": "^4.1.2",
    "rimraf": "^2.6.2",
    "rollup": "^0.54.0",
    "rollup-plugin-babel-minify": "^3.1.2",
    "rollup-plugin-node-resolve": "^3.0.2",
    "rollup-plugin-typescript": "^0.8.1",
    "rxjs": "^5.5.6",
    "shallowequal": "^1.0.2",
    "ts-jest": "^22.0.1",
    "tslint": "^5.9.1",
    "typescript": "^2.6.2",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^2.11.0",
    "webpack-notifier": "^1.5.0",
    "xyz": "^2.1.0"
  },
  "keywords": [],
  "scripts": {
    "bundle": "rollup -c",
    "compile": "npm-run-all compile:*",
    "compile:es": "tsc --module es2015 --outDir es --p tsconfig.lib.json",
    "compile:cjs": "tsc --module commonjs --outDir ./ -p tsconfig.lib.json",
    "clean": "run-p clean:**",
    "clean:dist": "rimraf dist",
    "clean:es": "rimraf es",
    "clean:example": "rimraf example/index.bundle.js",
    "lint": "tslint src/**/*.ts",
    "typecheck": "tsc --noEmit --skipLibCheck",
    "example": "webpack-dev-server --config ./example/webpack.config.js",
    "size": "npm run bundle && node -e \"process.stdout.write('gzip size: ')\" && gzip-size dist/sinkdom.bundle.js",
    "prepublishOnly": "run-s clean compile",
    "release": "xyz --repo git@github.com:cotttpan/sinkdom.git --publish-command 'npm publish --access=public'",
    "test": "NODE_ENV=test jest"
  }
}
