@meltwater/esi-include-webpack-plugin
Version:
Webpack plugin to inject esi includes OR the contents
79 lines (78 loc) • 2.13 kB
JSON
{
"name": "@meltwater/esi-include-webpack-plugin",
"version": "1.1.6",
"description": "Webpack plugin to inject esi includes OR the contents",
"main": "src/index.js",
"scripts": {
"test": "jasmine --config=./spec/jasmine.json",
"test:watch": "nodemon --exec 'jasmine --config=./spec/jasmine.json' --config ./spec/nodemon.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meltwater/esi-include-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"webpackplugin",
"esi",
"include",
"replace",
"html",
"inject",
"local",
"dev",
"render"
],
"author": "Team Cosmos - Meltwater",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/meltwater/esi-include-webpack-plugin/issues"
},
"homepage": "https://github.com/meltwater/esi-include-webpack-plugin#readme",
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": true
}
],
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
},
"dependencies": {
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^3.4.1",
"jasmine": "^3.99.0",
"jasmine-spec-reporter": "^4.2.1",
"nodemon": "^2.0.15",
"prettier": "^1.19.1",
"semantic-release": "^19.0.2"
}
}