{
  "author": "Spencer Kelly (spencermountain)",
  "name": "slow",
  "main": "builds/slow.js",
  "unpkg": "builds/slow.min.js",
  "module": "./builds/slow.mjs",
  "description": "rate-limit an async function",
  "version": "1.1.0",
  "scripts": {
    "test": "tape \"./tests/**/*.test.js\" | tap-dancer  --color always",
    "watch": "amble ./scratch.js",
    "build": "rollup -c --silent"
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true,
    "printWidth": 100
  },
  "files": [
    "builds"
  ],
  "eslintIgnore": [
    "builds/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/spencermountain/slow.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "7.8.4",
    "@babel/preset-env": "7.8.4",
    "@rollup/plugin-commonjs": "11.0.1",
    "@rollup/plugin-json": "4.0.1",
    "@rollup/plugin-node-resolve": "7.0.0",
    "rollup": "1.30.1",
    "rollup-plugin-babel": "4.3.3",
    "rollup-plugin-filesize-check": "0.0.1",
    "rollup-plugin-terser": "5.2.0",
    "tap-dancer": "0.2.0",
    "tape": "4.13.0"
  },
  "license": "MIT"
}
