{
  "name": "@mikage/wildless-cms-content",
  "version": "0.0.16-test.8",
  "license": "MIT",
  "author": {
    "name": "redneckz",
    "email": "vasyaselsky@yandex.ru"
  },
  "description": "Useful functions/operators for JSON-compatible data structures",
  "keywords": [
    "Wildless CMS",
    "WCMS",
    "content",
    "content management layer",
    "page"
  ],
  "repository": {
    "url": "https://github.com/redneckz/wildless-cms-content.git"
  },
  "bugs": {
    "url": "https://github.com/redneckz/wildless-cms-content/issues"
  },
  "type": "module",
  "module": "./lib/index.js",
  "main": "./dist/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "dist",
    "src",
    "!**/*.spec.*"
  ],
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "require": "./dist/index.js",
      "types": "./lib/index.d.ts"
    },
    "./edge": {
      "import": "./lib/index.edge.js",
      "require": "./dist/index.edge.js",
      "types": "./lib/index.edge.d.ts"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "prebuild": "eslint",
    "build": "npm run build:commonjs && npm run build:lib",
    "postbuild": "npm run size",
    "build:commonjs": "rimraf ./dist && tsc",
    "build:lib": "rimraf ./lib && tsc --module esnext --outDir ./lib",
    "postbuild:lib": "replace-in-file --configFile=replace-config.lib.cjs",
    "test": "jest",
    "size": "echo size-limit"
  },
  "dependencies": {
    "@redneckz/json-op": "^0.0.13",
    "@redneckz/json-ref": "^0.0.14",
    "glob": "^7.1.3",
    "rehype-parse": "^9.0.1",
    "rehype-sanitize": "^6.0.0",
    "rehype-stringify": "^10.0.1",
    "remark-html": "^16.0.1",
    "remark-parse": "^11.0.0",
    "sharp": "0.33.5",
    "unified": "^11.0.5"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^11.0.2",
    "@types/glob": "^8.0.0",
    "@types/jest": "^29.5.11",
    "@typescript-eslint/eslint-plugin": "^6.19.1",
    "@typescript-eslint/parser": "^6.19.1",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "replace-in-file": "^6.3.5",
    "rimraf": "^3.0.2",
    "size-limit": "^11.0.2",
    "ts-jest": "^29.1.2",
    "typescript": "5.3.3"
  },
  "size-limit": [
    {
      "path": "lib/*.js"
    }
  ]
}
