-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"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": "[email protected]",
"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.0.36",
"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.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/pluginutils": "^5.1.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"estree-walker": "^3.0.3",
"globals": "^15.14.0",
"jest": "^29.7.0",
"lefthook": "^1.10.1",
"prettier": "^3.4.2",
"rollup": "^4.29.1"
}
}