UNPKG

rollup-plugin-drupal-sdc-generator

Version:

This is a [Rollup](https://rollupjs.org) plugin that creates [single directory components](https://www.drupal.org/docs/develop/theming-drupal/using-single-directory-components) for embedding your app in a [Drupal](https://www.drupal.org) module or theme.

74 lines (73 loc) 2.06 kB
{ "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "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.1.8", "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": { "@jest/globals": "^29.7.0", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/pluginutils": "^5.1.4", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.4", "globals": "^16.0.0", "jest": "^29.7.0", "lefthook": "^1.11.6", "prettier": "^3.5.3", "rollup": "^4.40.1", "rollup-plugin-copy": "^3.5.0" } }