-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
38 lines (38 loc) · 909 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
35
36
37
38
{
"name": "rollup-plugin-sizes",
"version": "1.0.6",
"description": "Show info about files/packages included with your rollup bundle",
"main": "index.js",
"repository": "tivac/rollup-plugin-sizes",
"bugs": {
"url": "https://github.com/tivac/rollup-plugin-sizes/issues"
},
"scripts": {
"lint": "eslint .",
"test": "jest",
"release": "changeset publish"
},
"keywords": [
"rollup",
"filesizes",
"bundler",
"rollup-plugin"
],
"author": "Pat Cavit <[email protected]>",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.0",
"@tivac/eslint-config": "^2.3.1",
"eslint": "^8.1.0",
"jest": "^28.0.3",
"rollup": "^4.2.0"
},
"dependencies": {
"filesize": "^9.0.0",
"module-details-from-path": "^1.0.3"
},
"peerDependencies": {
"rollup": "^2 || ^3 || ^4"
}
}