{
  "name": "ooi",
  "description": "JavaScript Utility & Tools Library",
  "version": "0.1.66",
  "keywords": [
    "tools",
    "utilities",
    "helpers",
    "objects",
    "meta",
    "string",
    "collections",
    "structures",
    "prototype",
    "dom",
    "format",
    "math",
    "types",
    "events",
    "json",
    "yaml",
    "functions",
    "polyfills",
    "regexp",
    "datetime"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "publish": true,
  "homepage": "https://github.com/teniryte/ooi",
  "bugs": {
    "url": "https://github.com/teniryte/ooi/issues",
    "email": "teniryte@gmail.com"
  },
  "license": "MIT",
  "author": {
    "name": "teniryte",
    "email": "teniryte@gmail.com",
    "url": "https://github.com/teniryte/"
  },
  "main": "./index.js",
  "devDependencies": {
    "axios": "^0.21.1",
    "chokidar": "^3.5.1",
    "esbuild": "^0.11.23",
    "handlebars": "^4.7.7",
    "html-minifier": "^4.0.0",
    "markdown-it": "^12.0.6",
    "markdown-it-prettier": "^1.1.0",
    "sync-request": "^6.1.0",
    "tempfile": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/teniryte/ooi.git"
  },
  "scripts": {
    "test": "node ./node_modules/.bin/jest",
    "docs": "node ./scripts/docs.js"
  },
  "dependencies": {}
}