{
  "name": "@oaknational/retool-helpers",
  "version": "0.13.0",
  "description": "Browser compatible helper functions for Retool apps",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/esm/types/index.d.ts",
        "default": "./lib/esm/index.mjs"
      },
      "require": {
        "types": "./lib/cjs/types/index.d.ts",
        "default": "./lib/cjs/index.js"
      }
    }
  },
  "types": "./lib/cjs/types/index.d.ts",
  "main": "./lib/cjs/index.js",
  "files": [
    "lib/**/*"
  ],
  "type": "module",
  "scripts": {
    "prebrowser-test": "npm run build",
    "browser-test": "http-server -c-1 -o browser_test",
    "build": "npm run clean && npm run build:esm && npm run build:cjs",
    "postbuild": "npm run bundle",
    "build:cjs": "tsc -p ./configs/tsconfig.cjs.json",
    "build:esm": "tsc -p ./configs/tsconfig.esm.json",
    "bundle": "esbuild lib/esm/index.js --bundle --target=chrome98 --outfile=lib/bundle/index.js",
    "check-types": "tsc --project configs/tsconfig.esm.json",
    "clean": "rm -rf ./lib",
    "lint": "eslint .",
    "prepack": "npm run build",
    "prepare": "husky install",
    "prettier": "prettier",
    "build-docs": "typedoc --options typedoc.json",
    "open-docs": "open docs/index.html",
    "semantic-release": "semantic-release",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oaknational/retool-helpers.git"
  },
  "keywords": [
    "Retool"
  ],
  "author": "Oak National",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oaknational/retool-helpers/issues"
  },
  "homepage": "https://github.com/oaknational/retool-helpers#readme",
  "devDependencies": {
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^7.3.1",
    "@typescript-eslint/parser": "^7.3.1",
    "esbuild": "^0.17.14",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "http-server": "^14.1.1",
    "husky": "^8.0.0",
    "jest": "^29.7.0",
    "prettier": "^2.8.6",
    "semantic-release": "^25.0.1",
    "ts-jest": "^29.1.2",
    "typedoc": "^0.25.12",
    "typedoc-plugin-missing-exports": "^2.2.0",
    "typescript": "^5.4.3",
    "typescript-eslint": "^7.3.1",
    "utility-types": "^3.11.0"
  }
}
