-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.71 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
{
"name": "@mnrendra/rollup-plugin-mixexport",
"version": "3.1.0",
"description": "A Rollup plugin to mix CommonJS exports.",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && npx rollup -c",
"commit": "npx cz",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/rollup-plugin-mixexport.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "[email protected]",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/rollup-plugin-mixexport/issues"
},
"homepage": "https://github.com/mnrendra/rollup-plugin-mixexport#readme",
"dependencies": {
"@mnrendra/mixexports": "^2.1.0",
"@mnrendra/read-package": "^2.4.0",
"@mnrendra/rollup-utils": "^1.1.0",
"rollup": "^4.24.0"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"clean-package": "^2.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"jest": "^29.7.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.1.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"keywords": [
"rollup-plugin",
"rollup-plugin-mixexport",
"rollup",
"plugin",
"mixexport",
"mixexports"
]
}