{
  "name": "unbody-nextra-core",
  "version": "0.0.0",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build",
    "build:watch": "tsc --watch",
    "lint": "TIMING=1 eslint \"**/*.ts*\"",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@repo/eslint-config": "*",
    "@repo/typescript-config": "*",
    "@types/async": "^3.2.24",
    "@types/lodash": "^4.14.202",
    "@types/turndown": "^5.0.4",
    "@types/webpack": "^5.28.2",
    "@types/webpack-env": "^1.18.1",
    "eslint": "^7.32.0",
    "next": "^13.5.6",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "async": "^3.2.5",
    "axios": "^1.7.0",
    "commander": "^12.0.0",
    "js-yaml": "^4.1.0",
    "node-html-parser": "^6.1.13",
    "recast": "^0.23.9",
    "turndown": "^7.1.3",
    "turndown-plugin-gfm": "^1.0.2",
    "webpack-virtual-modules": "^0.6.2",
    "yup": "^1.4.0",
    "puppeteer": "^22.9.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.js?$": "babel-jest",
      "^.+\\.ts$": "ts-jest"
    },
    "collectCoverageFrom": [
      "**/*.(t|j)s"
    ],
    "transformIgnorePatterns": [
      "node_modules/"
    ],
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  },
  "peerDependencies": {
    "next": ">=9.5.3"
  }
}
