-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
44 lines (44 loc) · 963 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
39
40
41
42
43
44
{
"name": "@zerollup/rollup-plugin-template",
"version": "1.7.6",
"license": "MIT",
"description": "Rollup template plugin",
"author": {
"name": "Stefan Zerkalica",
"email": "[email protected]"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/zerkalica/zerollup",
"bugs": {
"url": "https://github.com/zerkalica/zerollup/issues"
},
"homepage": "https://github.com/zerkalica/zerollup/packages/tree/master/rollup-plugin-template/#readme",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": [
"*.map",
"*.js",
"*.md",
"package.json",
"LICENSE",
"@types",
"dist"
],
"keywords": [
"rollup",
"configuration",
"bundler",
"assets",
"assets path"
],
"peerDependencies": {
"rollup": "*"
},
"dependencies": {
"@zerollup/helpers": "^1.7.4",
"@zerollup/wait-all-async": "^1.7.6"
}
}