{
  "name": "@ariesclark/utils",
  "version": "1.1.3",
  "description": "A couple utility functions",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run -s build:source && npm run -s build:documentation",
    "build:source": "barrelsby -D -d ./src/crypto ./src/functions ./src/math ./src/objects ./src/random && tsc",
    "build:documentation": "typedoc --out docs src/index.ts",
    "lint": "eslint --fix ./src/**/*.ts"
  },
  "keywords": [
    "utility",
    "types",
    "typescript"
  ],
  "author": "ariesclark",
  "license": "MIT",
  "devDependencies": {
    "@ariesclark/eslint-config": "^1.4.0",
    "@types/node": "^17.0.42",
    "eslint": "^8.17.0",
    "typedoc": "^0.22.17",
    "barrelsby": "^2.3.4",
    "typescript": "^4.7.3"
  },
  "dependencies": {
    "tslib": "^2.4.0"
  }
}
