{
  "name": "@yomguithereal/helpers",
  "version": "1.1.1",
  "description": "Miscellaneous helper functions.",
  "main": "index.js",
  "files": [
    "*.d.ts",
    "*.js"
  ],
  "types": "./index.d.ts",
  "scripts": {
    "lint": "eslint **/*.js",
    "prepublish": "npm run lint && npm test",
    "test": "mocha test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yomguithereal/helpers.git"
  },
  "author": {
    "name": "Guillaume Plique",
    "url": "http://github.com/Yomguithereal"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Yomguithereal/helpers/issues"
  },
  "homepage": "https://github.com/Yomguithereal/helpers#readme",
  "devDependencies": {
    "@yomguithereal/eslint-config": "^4.0.0",
    "eslint": "^7.10.0",
    "mocha": "^8.1.3"
  },
  "eslintConfig": {
    "extends": "@yomguithereal/eslint-config"
  }
}