-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
47 lines (47 loc) · 995 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
45
46
47
{
"name": "@zerollup/helpers",
"version": "1.7.4",
"license": "MIT",
"description": "Zerollup helpers",
"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/tree/master/packages/helpers/#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"
],
"devDependencies": {
"@types/fs-extra": "^8.0.1"
},
"dependencies": {
"builtins": "^2.0.1",
"change-case": "^3.1.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"node-eval": "^2.0.0"
}
}