{
  "name": "ts-debounce-throttle",
  "version": "1.0.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "jsnext:main": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "typings": "dist/index.d.ts",
  "author": "boycgit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boycgit/ts-debounce-throttle.git"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "size-limit": [
    {
      "limit": "9 KB",
      "path": "dist/index.cjs.js"
    }
  ],
  "scripts": {
    "size": "./node_modules/.bin/size-limit",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "quick-build": "tsc --pretty",
    "small-build": "node scripts/build.js && npm run rollup",
    "build": "npm run quick-build && npm run small-build",
    "rollup": "./node_modules/.bin/rollup --config rollup.config.production.js",
    "watch": "tsc -w",
    "test": "./node_modules/.bin/jest && npm run size",
    "doc": "./node_modules/.bin/typedoc --out ./out --target ES5",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
    "release": "standard-version"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/chance": "^1.0.1",
    "@types/jest": "^23.3.1",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.4.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "chance": "^1.0.16",
    "coveralls": "^3.0.2",
    "envify": "^4.1.0",
    "fs-extra": "^7.0.0",
    "jest": "^23.4.1",
    "jsdoc": "^3.5.5",
    "lodash": "^4.17.11",
    "rollup": "^0.60.0",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-filesize": "^4.0.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-terser": "^1.0.1",
    "rollup-plugin-uglify": "^4.0.0",
    "size-limit": "^0.18.5",
    "ts-jest": "^23.1.3",
    "typedoc": "^0.11.1",
    "typescript": "^3.0.1",
    "uglify-js": "^3.4.6"
  },
  "files": [
    "dist"
  ]
}
