{
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "engines": {
    "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
  },
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "bin": {
    "drupal-sdc-eject": "./bin/eject.js"
  },
  "name": "rollup-plugin-drupal-sdc-generator",
  "author": {
    "name": "the Exploratorium",
    "email": "webmaster@exploratorium.edu",
    "url": "https://www.exploratorium.edu"
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://www.exploratorium.edu/support/give"
    },
    {
      "type": "individual",
      "url": "https://www.exploratorium.edu/support/corporate-engagement"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Exploratorium/rollup-plugin-drupal-sdc-generator"
  },
  "bugs": {
    "url": "https://github.com/Exploratorium/rollup-plugin-drupal-sdc-generator/issues"
  },
  "homepage": "https://github.com/Exploratorium/rollup-plugin-drupal-sdc-generator/issues#readme",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "vite",
    "vite-plugin",
    "drupal"
  ],
  "private": false,
  "version": "1.2.23",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "type": "module",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "build:dev": "rollup -c --sourcemap",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "prettier": "prettier .",
    "prettier:fix": "prettier --write .",
    "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config jest.config.cjs"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@jest/globals": "^30.4.1",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/pluginutils": "^5.4.0",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^29.15.4",
    "eslint-plugin-prettier": "^5.5.6",
    "eslint-plugin-simple-import-sort": "^14.0.0",
    "eslint-plugin-unused-imports": "^4.4.1",
    "globals": "^17.7.0",
    "jest": "^30.4.2",
    "lefthook": "^2.1.10",
    "prettier": "^3.9.5",
    "rollup": "^4.62.2",
    "rollup-plugin-copy": "^3.5.0"
  },
  "dependencies": {
    "yaml": "^2.9.0"
  }
}
