-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 946 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
{
"name": "@betit/rollup-plugin-rename-extensions",
"version": "0.1.0",
"description": "Plugin to rename file extensions before they're emitted in rollup",
"main": "dist/index.js",
"homepage": "https://github.com/GiG/rollup-plugin-rename-extensions",
"bugs": {
"url": "https://github.com/GiG/rollup-plugin-rename-extensions/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/GiG/rollup-plugin-rename-extensions.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Thomas Caserta <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.6.2",
"@babel/traverse": "^7.6.2",
"magic-string": "^0.25.2",
"rollup-pluginutils": "^2.8.2"
},
"devDependencies": {
"@babel/types": "^7.6.1",
"@types/babel__traverse": "^7.0.7",
"rollup": "^1.11.3",
"typescript": "^3.4.5"
}
}