-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1012 Bytes
/
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
{
"name": "rollup-plugins",
"version": "1.0.0",
"private": true,
"description": "rollup相关插件",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release:combine": "npm publish packages/rollup-plugin-combine",
"release:empty": "npm publish packages/rollup-plugin-empty",
"release:match": "npm publish packages/rollup-plugin-match",
"release:replace-imports": "npm publish packages/rollup-plugin-replace-imports"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengxinming/rollup-plugins.git"
},
"keywords": [
"plugins",
"rollup-plugins",
"rollup"
],
"author": "Jesse Feng",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/eslint-plugin": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-fe": "^1.4.0",
"rollup": "^2.56.2"
}
}