UNPKG

982 BJSONView Raw
1{
2 "name": "@zerollup/helpers",
3 "version": "1.2.2",
4 "license": "MIT",
5 "description": "Zerollup helpers",
6 "author": {
7 "name": "Stefan Zerkalica",
8 "email": "zerkalica@gmail.com"
9 },
10 "publishConfig": {
11 "access": "public"
12 },
13 "repository": "https://github.com/zerkalica/zerollup",
14 "bugs": {
15 "url": "https://github.com/zerkalica/zerollup/issues"
16 },
17 "homepage": "https://github.com/zerkalica/zerollup/packages/helpers/#readme",
18 "main": "dist/index.js",
19 "module": "dist/index.mjs",
20 "typings": "dist/index.d.ts",
21 "files": [
22 "*.map",
23 "*.js",
24 "*.md",
25 "package.json",
26 "LICENSE",
27 "types",
28 "dist"
29 ],
30 "keywords": [
31 "rollup",
32 "configuration",
33 "bundler",
34 "assets",
35 "assets path"
36 ],
37 "devDependencies": {
38 "@types/fs-extra": "^5.0.2"
39 },
40 "dependencies": {
41 "builtins": "^2.0.0",
42 "change-case": "^3.0.2",
43 "fs-extra": "^6.0.1",
44 "globby": "^8.0.1",
45 "node-eval": "^2.0.0"
46 }
47}