UNPKG

@polyfill-io-aot/builder

Version:

This is the builder module for polyfill-io-aot.

42 lines 990 B
{ "name": "@polyfill-io-aot/builder", "version": "4.0.5", "author": "Alorel <a.molcanovas@gmail.com> (https://github.com/Alorel)", "license": "MIT", "repository": "git@github.com:Alorel/polyfill.io-aot.git", "main": "index.js", "engines": { "node": ">=11.7.0" }, "dependencies": { "@polyfill-io-aot/common": "4.0.5", "@types/node": "~12.7.0", "@types/node-zopfli-es": ">=0.0.0 <1.0.0", "bluebird": "^3.0.0", "cross-spawn": "^6.0.0", "etag": "~1.8.1", "fs-extra": "^8.1.0", "lazy-get-decorator": "^2.2.0", "lodash": "^4.0.0", "node-zopfli-es": "^1.0.0", "ora": "~3.4.0", "terser": "~4.1.2", "tslib": "^1.10.0", "workerpool": "~3.2.0 || 3.1.1" }, "peerDependencies": { "polyfill-library": "^3.35.0" }, "publishConfig": { "access": "public" }, "keywords": [ "polyfill", "bundler", "polyfill.io", "polyfill-library", "polyfill library", "aot", "polyfill bundler" ] }