UNPKG

@atlassian/wrm-troubleshooting

Version:

A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.

98 lines (97 loc) 2.73 kB
{ "name": "@atlassian/wrm-troubleshooting", "version": "0.6.4", "author": "Atlassian Pty Ltd.", "description": "A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.", "keywords": [ "atlassian", "webpack", "wrm", "p2", "pom", "web-resource", "troubleshooting", "webresource", "bitbucket", "jira", "confluence", "jsd" ], "license": "Apache-2.0", "homepage": "https://bitbucket.org/atlassianlabs/fe-server", "bugs": "https://ecosystem.atlassian.net/jira/software/c/projects/SPFE/issues/", "main": "./bin/cli.js", "bin": "./bin/cli.js", "files": [ "dist", "CODE_OF_CONDUCT.md", "README.md", "CHANGELOG.md" ], "scripts": { "prepublishOnly": "npm run build", "build": "tsc --project ./tsconfig.json", "verify": "tsc --project tsconfig.all.json --noEmit", "test": "jest", "test:watch": "jest --watch", "test:ci": "jest -ci" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/atlassianlabs/fe-server.git", "directory": "packages/wrm-troubleshooting" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "@atlassian:registry": "https://registry.npmjs.org/" }, "dependencies": { "@amplitude/node": "1.9.1", "abort-controller": "3.0.0", "chalk": "4.1.2", "cli-truncate": "2.1.0", "execa": "5.1.1", "fast-xml-parser": "3.21.1", "glob": "7.2.0", "glob-promise": "4.2.2", "inquirer": "8.2.0", "inquirer-autocomplete-prompt": "1.4.0", "lodash.get": "4.4.2", "lookpath": "1.2.2", "node-fetch": "2.6.11", "semver": "7.3.5", "terminal-link": "2.1.1", "update-notifier": "5.1.0", "valid-url": "1.0.9", "yargs": "17.2.1" }, "devDependencies": { "@types/concat-stream": "1.6.1", "@types/glob": "7.2.0", "@types/inquirer": "8.1.3", "@types/inquirer-autocomplete-prompt": "1.3.3", "@types/jest": "27.4.0", "@types/lodash.get": "4.4.6", "@types/node": "16.11.11", "@types/node-fetch": "2.5.12", "@types/semver": "7.3.9", "@types/update-notifier": "5.1.0", "@types/valid-url": "1.0.3", "@types/webpack": "5.28.0", "@types/yargs": "17.0.4", "atlassian-webresource-webpack-plugin": "^7.0.0", "concat-stream": "2.0.0", "get-port": "5.1.1", "jest": "27.4.3", "mock-http-server": "1.4.5", "typescript": "4.5.2", "webpack": "5.90.3", "webpack-cli": "4.9.1" }, "//comment": "Everything should be bumped to 14+, but don't want to do it with this PR", "engines": { "node": ">=12.0.0" }, "gitHead": "00aa31671f9d3b4acdc81b2755736e9661fbe5e0" }