{
  "name": "next-transpile-modules",
  "version": "9.1.0",
  "license": "MIT",
  "author": "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>",
  "description": "Next.js plugin to transpile code from node_modules",
  "main": "src/next-transpile-modules.js",
  "files": [
    "src/next-transpile-modules.js",
    "src/next-transpile-modules.d.ts"
  ],
  "scripts": {
    "setup": "node --trace-uncaught src/__tests__/setup.js",
    "update:next": "npm run setup && bash scripts/next-update.sh",
    "typings": "tsc",
    "prepublishOnly": "npm run typings",
    "pretest": "npm run setup",
    "quickie": "node --trace-uncaught src/__tests__/setup.js && yarn --cwd src/__tests__/__apps__/swc/app run dev",
    "test": "jest --forceExit",
    "test:debug": "jest --detectOpenHandles --forceExit",
    "test:lint": "eslint .",
    "test:formatting": "prettier --check \"**/*.js\"",
    "test:formatting:fix": "prettier --check \"**/*.js\" --write",
    "test:prepare:npm-basic": "npm run build --prefix=src/__tests__/__apps__/npm-basic",
    "test:prepare:yarn-workspaces": "yarn --cwd src/__tests__/__apps__/yarn-workspaces/app run build",
    "test:prepare:yarn-workspaces-symlinks": "yarn --cwd src/__tests__/__apps__/yarn-workspaces-symlinks/app run build",
    "test:prepare:pnpm": "npm run build --prefix=src/__tests__/__apps__/pnpm",
    "test:prepare:swc": "yarn --cwd src/__tests__/__apps__/swc/app run build",
    "test:prepare": "npm run test:prepare:npm-basic && npm run test:prepare:yarn-workspaces && npm run test:prepare:yarn-workspaces-symlinks && npm run test:prepare:pnpm && npm run test:prepare:swc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martpie/next-transpile-modules.git"
  },
  "bugs": {
    "url": "https://github.com/martpie/next-transpile-modules/issues"
  },
  "homepage": "https://github.com/martpie/next-transpile-modules#readme",
  "keywords": [
    "next",
    "next.js",
    "plugin",
    "transpile",
    "modules",
    "babel",
    "webpack"
  ],
  "dependencies": {
    "enhanced-resolve": "^5.10.0",
    "escalade": "^3.1.1"
  },
  "devDependencies": {
    "@types/jest-environment-puppeteer": "5.0.2",
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-semistandard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.1.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.1",
    "eslint-plugin-standard": "^5.0.0",
    "fs-extra": "^10.1.0",
    "jest": "^29.1.2",
    "jest-environment-node": "^29.1.2",
    "jest-environment-puppeteer": "^6.1.1",
    "jest-puppeteer": "^6.1.1",
    "prettier": "^2.7.1",
    "prettier-eslint": "^15.0.1",
    "puppeteer": "18.2.1",
    "rewire": "^6.0.0",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0"
  }
}
