ts-polyfill
Version:
Runtime polyfills for TypeScript libs, powered by core-js!
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "ts-polyfill",
"version": "3.8.2",
"description": "Runtime polyfills for TypeScript libs, powered by core-js!",
"keywords": [
"typescript",
"javascript",
"polyfill",
"standard-library",
"es6",
"es2015",
"promise"
],
"homepage": "https://github.com/ryanelian/ts-polyfill#readme",
"bugs": {
"url": "https://github.com/ryanelian/ts-polyfill/issues",
"email": "ryan.elian@accelist.com"
},
"license": "Apache-2.0",
"author": {
"name": "Ryan Elian",
"email": "ryan.elian@accelist.com"
},
"main": "dist/ts-polyfill.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ryanelian/ts-polyfill.git"
},
"scripts": {
"build": "tsc && rollup -c"
},
"dependencies": {
"core-js": "^3.6.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^1.31.1",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-terser": "^5.2.0",
"typescript": "3.8.2"
}
}