|  | 
| 51 | 51 |     "subtraction" | 
| 52 | 52 |   ], | 
| 53 | 53 |   "sideEffects": false, | 
| 54 |  | -  "main": "lib/index.js", | 
|  | 54 | +  "source": "src/index.js", | 
|  | 55 | +  "main": "dist/index.js", | 
|  | 56 | +  "module": "dist/index.module.js", | 
|  | 57 | +  "umd:main": "dist/index.umd.js", | 
|  | 58 | +  "unpkg": "dist/index.umd.js", | 
|  | 59 | +  "exports": { | 
|  | 60 | +    ".": { | 
|  | 61 | +      "browser": "./dist/index.module.js", | 
|  | 62 | +      "umd": "./dist/index.umd.js", | 
|  | 63 | +      "require": "./dist/index.js", | 
|  | 64 | +      "default": "./dist/index.modern.js" | 
|  | 65 | +    } | 
|  | 66 | +  }, | 
| 55 | 67 |   "files": [ | 
| 56 |  | -    "lib" | 
|  | 68 | +    "dist" | 
| 57 | 69 |   ], | 
| 58 | 70 |   "scripts": { | 
| 59 |  | -    "build": "babel --delete-dir-on-start --env-name production src -d lib", | 
|  | 71 | +    "build": "NODE_ENV=production microbundle", | 
| 60 | 72 |     "build-docs": "esdoc", | 
| 61 | 73 |     "build-gh-pages": "npm run build-docs", | 
| 62 | 74 |     "commit-msg": "commitlint --edit", | 
|  | 
| 85 | 97 |     "@aureooms/js-operator": "1.0.2", | 
| 86 | 98 |     "@aureooms/js-random": "2.0.0", | 
| 87 | 99 |     "@aureooms/js-string": "1.0.0", | 
| 88 |  | -    "@babel/cli": "7.13.10", | 
| 89 | 100 |     "@babel/core": "7.13.10", | 
| 90 | 101 |     "@babel/preset-env": "7.13.12", | 
| 91 | 102 |     "@babel/register": "7.13.8", | 
|  | 
| 103 | 114 |     "esdoc-standard-plugin": "1.0.0", | 
| 104 | 115 |     "fixpack": "4.0.0", | 
| 105 | 116 |     "husky": "5.2.0", | 
|  | 117 | +    "microbundle": "0.13.0", | 
| 106 | 118 |     "np": "7.4.0", | 
| 107 | 119 |     "pinst": "2.1.6", | 
| 108 | 120 |     "power-assert": "1.6.1", | 
|  | 
0 commit comments