rollup-plugin-drupal-interface-translations
Version:
This is a [Rollup](https://rollupjs.org) plugin that helps you to [translation strings in JavaScript](https://www.drupal.org/docs/8/api/translation-api/overview#s-translation-in-javascript-files) that are used in [Drupal](https://www.drupal.org) websites.
77 lines (76 loc) • 2.18 kB
JSON
{
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"name": "rollup-plugin-drupal-interface-translations",
"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-interface-translations"
},
"bugs": {
"url": "https://github.com/Exploratorium/rollup-plugin-drupal-interface-translations"
},
"homepage": "https://github.com/Exploratorium/rollup-plugin-drupal-interface-translations#readme",
"keywords": [
"rollup",
"rollup-plugin",
"vite",
"vite-plugin",
"drupal"
],
"private": false,
"version": "1.1.7",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"type": "module",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --sourcemap",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint --fix .",
"prettier": "prettier .",
"prettier:fix": "prettier --write .",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config jest.config.cjs"
},
"dependencies": {
"source-map": "^0.7.4"
},
"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.3.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"estree-walker": "^3.0.3",
"globals": "^16.0.0",
"jest": "^29.7.0",
"lefthook": "^1.11.6",
"prettier": "^3.5.3",
"rollup": "^4.38.0"
}
}