{
  "name": "@cedoor/utils",
  "version": "0.4.0",
  "description": "Some JavaScript util functions.",
  "author": {
    "name": "Omar Desogus",
    "email": "omardesogus9@gmail.com",
    "url": "https://cedoor.org"
  },
  "license": "MIT",
  "main": "dist/utils.js",
  "unpkg": "dist/utils.min.js",
  "jsdelivr": "dist/utils.min.js",
  "module": "src/index.js",
  "scripts": {
    "start": "live-server",
    "pretest": "rollup -c",
    "test": "tape 'test/**/*.js' | tap-spec",
    "prepublishOnly": "rm -rf dist && npm run test"
  },
  "homepage": "https://github.com/cedoor/utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedoor/utils.git"
  },
  "bugs": {
    "url": "https://github.com/cedoor/utils/issues"
  },
  "devDependencies": {
    "@babel/core": "7.5.5",
    "@babel/plugin-proposal-class-properties": "7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "7.5.5",
    "@babel/preset-env": "7.5.5",
    "live-server": "1.2.1",
    "rollup": "1.20.3",
    "rollup-plugin-babel": "4.3.3",
    "rollup-plugin-commonjs": "9.3.4",
    "rollup-plugin-node-resolve": "4.2.4",
    "rollup-plugin-terser": "4.0.4",
    "standard": "12.0.1",
    "tap-spec": "5.0.0",
    "tape": "4.11.0"
  }
}
