forked from remaxjs/rollup-plugin-rename
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 889 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
{
"name": "rollup-plugin-rename",
"version": "1.0.2",
"description": "Plugin to rename file name before they're emitted in rollup",
"main": "dist/index.js",
"homepage": "https://github.com/yesmeck/rollup-plugin-rename",
"bugs": {
"url": "https://github.com/yesmeck/rollup-plugin-rename/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/yesmeck/rollup-plugin-rename.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepack": "npm run build"
},
"author": "Thomas Caserta <thomas.caserta@gig.com>, Weizhu <yesmeck@gmail.com>",
"license": "MIT",
"dependencies": {
"@rollup/pluginutils": "^3.1.0",
"estree-walker": "^2.0.1",
"magic-string": "^0.25.7"
},
"devDependencies": {
"@types/acorn": "^4.0.6",
"rollup": "^2.23.0",
"typescript": "^3.9.7"
}
}