atlassian-webresource-webpack-plugin
Version:
Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.
121 lines (120 loc) • 2.99 kB
JSON
{
"name": "atlassian-webresource-webpack-plugin",
"version": "7.0.0",
"description": "Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.",
"main": "dist/WrmPlugin.js",
"types": "dist/WrmPlugin.d.ts",
"license": "Apache-2.0",
"contributors": [
{
"name": "Tim Sebastian",
"email": "tsebastian@atlassian.com"
},
{
"name": "Felipe Reis",
"email": "freis@atlassian.com"
},
{
"name": "Scott Harwood",
"email": "sharwood@atlassian.com"
},
{
"name": "Christopher Darroch",
"email": "cdarroch@atlassian.com"
},
{
"name": "Maciej Adamczak",
"email": "madamczak@atlassian.com"
},
{
"name": "Felipe Reis",
"email": "freis@atlassian.com"
},
{
"name": "Dariusz Luksza",
"email": "dluksza@adaptavist.com"
},
{
"name": "Dick Wiggers",
"email": "hwiggers@atlassian.com"
},
{
"name": "Matthieu Di Berardino",
"email": "mdiberardino@atlassian.com"
},
{
"name": "Pietro Pereira",
"email": "ppereira@atlassian.com"
}
],
"homepage": "https://bitbucket.org/atlassianlabs/fe-server",
"bugs": "https://ecosystem.atlassian.net/jira/software/c/projects/SPFE/issues/",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atlassianlabs/fe-server.git",
"directory": "packages/webresource-webpack-plugin"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"lodash": "4.17.21",
"pretty-data": "0.40.0",
"tapable": "2.2.1",
"url-join": "4.0.1",
"uuid": "8.3.2"
},
"peerDependencies": {
"webpack": "^5",
"webpack-sources": "^1 || ^2"
},
"devDependencies": {
"@types/glob": "7.2.0",
"@types/lodash": "4.14.177",
"@types/node": "16.11.11",
"@types/pretty-data": "0.40.3",
"@types/url-join": "4.0.1",
"@types/uuid": "8.3.3",
"@types/webpack-sources": "3.2.0",
"@types/xml-parser": "1.2.30",
"css-loader": "5.2.7",
"del": "6.0.0",
"esbuild": "0.14.1",
"esbuild-register": "3.2.0",
"file-loader": "6.2.0",
"glob": "7.2.0",
"jest": "27.4.3",
"jquery": "3.6.0",
"mini-css-extract-plugin": "2.8.1",
"style-loader": "2.0.0",
"ts-node": "10.4.0",
"typescript": "4.5.2",
"underscore": "1.13.1",
"webpack": "5.90.3",
"webpack-cli": "4.9.1",
"webpack-sources": "2.3.1",
"xml-parser": "1.2.1"
},
"engines": {
"node": ">=12",
"npm": ">=6.9"
},
"keywords": [
"atlassian",
"webpack",
"wrm",
"server",
"web",
"webresource",
"resource",
"manager"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p tsconfig.json",
"verify": "tsc -p tsconfig.json --noEmit",
"test": "jest",
"test:watch": "jest --watch"
},
"gitHead": "00aa31671f9d3b4acdc81b2755736e9661fbe5e0"
}