timepiece/node_modules/@web/rollup-plugin-polyfills-loader/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2024-05-14 14:54:12 +00:00
{
"name": "@web/rollup-plugin-polyfills-loader",
"version": "2.1.1",
"publishConfig": {
"access": "public"
},
"description": "Plugin for injecting a polyfills loader to HTML pages",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/modern-web/web.git",
"directory": "packages/rollup-plugin-polyfills-loader"
},
"author": "modern-web",
"homepage": "https://github.com/modern-web/web/packages/rollup-plugin-polyfills-loader",
"main": "dist/index.js",
"exports": {
".": {
"import": "./index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "mocha test/**/*.test.ts --require ts-node/register",
"test:update-snapshots": "mocha test/**/*.test.ts --require ts-node/register --update-snapshots",
"test:watch": "mocha test/**/*.test.ts --require ts-node/register --watch --watch-files src,test"
},
"files": [
"*.d.ts",
"*.js",
"*.mjs",
"dist",
"src"
],
"keywords": [
"rollup-plugin",
"minify",
"html",
"polyfill",
"loader",
"feature detection"
],
"dependencies": {
"@web/polyfills-loader": "^2.2.0"
},
"devDependencies": {
"@web/rollup-plugin-html": "^2.1.2",
"rollup": "^4.4.0"
}
}