{
  "author": "Christian Andreas Westgaard <cwe@enonic.com>",
  "browser": {
    "index.cjs": "./browser.cjs",
    "index.mjs": "./browser.mjs"
  },
  "bugs": {
    "url": "https://github.com/enonic/npm-explorer-utils/issues"
  },
  "dependencies": {
    "@enonic/js-utils": "^2"
  },
  "description": "constants and functions that can be used both client- and server-side.",
  "devDependencies": {
    "@enonic-types/lib-node": "^8",
    "@swc/core": "^1",
    "npm-run-all": "^4",
    "rimraf": "^6",
    "tslib": "^2",
    "tsup": "^8",
    "typescript": "^5"
  },
  "exports": {
    ".": {
      "types": "./index.d.cts",
      "import": "./index.mjs",
      "require": "./index.cjs"
    },
    "./src": "./src/index.ts"
  },
  "files": [
    "/src",
    "browser.cjs",
    "browser.mjs",
    "index.d.cts",
    "index.cjs",
    "index.mjs",
    "index.mts"
  ],
  "homepage": "https://github.com/enonic/npm-explorer-utils/tree/master#readme",
  "keywords": [
    "commonjs",
    "enonic",
    "enonic-xp",
    "es5",
    "explorer-utils",
    "typescript"
  ],
  "license": "GPL-3.0",
  "main": "./index.cjs",
  "module": "./index.mjs",
  "name": "@enonic/explorer-utils",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enonic/npm-explorer-utils.git"
  },
  "scripts": {
    "build": "npm-run-all --parallel build:browser build:node:cjs:es5 build:node:esm",
    "build:browser": "npx tsup --entry.browser src/index.ts --format cjs,esm --platform browser",
    "build:node:cjs:es5": "npx tsup --dts --format cjs --platform node --target es5 src/index.ts",
    "build:node:esm": "npx tsup --format esm --platform node src/index.ts",
    "clean": "rimraf browser.cjs browser.mjs index.cjs index.d.cts index.mjs enonic-explorer-utils-v*.tgz",
    "prebuild": "npm run clean",
    "prepack": "npm run build",
    "prepublishOnly": "node setversion.cjs"
  },
  "type": "module",
  "types": "index.d.cts",
  "version": "1.0.1",
  "allowScripts": {
    "@swc/core@1.3.53": true,
    "esbuild@0.27.7": true,
    "fsevents@2.3.3": true
  }
}
