UNPKG

@talend/dynamic-cdn-webpack-plugin

Version:

Dynamically get your dependencies from a cdn rather than bundling them in your app

67 lines (66 loc) 1.49 kB
{ "name": "@talend/dynamic-cdn-webpack-plugin", "version": "14.1.0", "description": "Dynamically get your dependencies from a cdn rather than bundling them in your app", "license": "MIT", "repository": "Talend/dynamic-cdn-webpack-plugin", "author": { "name": "Thomas Sileghem", "email": "th.sileghem@gmail.com", "url": "https://mastilver.com" }, "engines": { "node": ">=14" }, "publishConfig": { "access": "public" }, "scripts": { "test": "jest", "version": "all-contributors generate", "add-contributor": "all-contributors add" }, "files": [ "index.js", "src" ], "keywords": [ "webpack", "cdn", "unpkg.com", "html-webpack-plugin", "webpack-manifest-plugin", "html", "script", "assets", "externals" ], "dependencies": { "@talend/module-to-cdn": "^9.13.0", "read-pkg-up": "^7.0.1", "semver": "^7.7.2", "webpack-sources": "^3.3.3" }, "peerDependencies": { "webpack": "^5.99.9" }, "devDependencies": { "@babel/eslint-parser": "^7.28.0", "all-contributors-cli": "^6.26.1", "codecov": "^3.8.3", "eslint": "^8.57.1", "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", "mz": "^2.7.0", "rimraf": "^5.0.10", "webpack": "^5.99.9", "webpack-cli": "^6.0.1", "webpack-manifest-plugin": "^5.0.1" }, "jest": { "testMatch": [ "<rootDir>/src/**/*.test.js", "<rootDir>/test/**/*.test.js" ] } }