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.79 kB
{ "name": "@atlassian/wrm-troubleshooting", "version": "0.7.9", "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://packages.atlassian.com/api/npm/npm-public/", "@atlassian:registry": "https://packages.atlassian.com/api/npm/npm-public/" }, "dependencies": { "@amplitude/node": "1.9.2", "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.3", "glob-promise": "4.2.2", "inquirer": "8.2.7", "inquirer-autocomplete-prompt": "2.0.1", "lodash.get": "4.4.2", "lookpath": "1.2.3", "node-fetch": "2.6.13", "semver": "7.7.3", "terminal-link": "2.1.1", "update-notifier": "5.1.0", "valid-url": "1.0.9", "yargs": "17.2.1" }, "devDependencies": { "@atlassian/webresource-webpack-plugin": "^7.1.8", "@types/concat-stream": "2.0.3", "@types/glob": "7.2.0", "@types/inquirer": "8.2.12", "@types/inquirer-autocomplete-prompt": "1.3.5", "@types/jest": "29.5.14", "@types/lodash.get": "4.4.9", "@types/node": "24.3.3", "@types/node-fetch": "2.5.12", "@types/semver": "7.3.13", "@types/update-notifier": "5.1.0", "@types/valid-url": "1.0.7", "@types/webpack": "5.28.5", "@types/yargs": "16.0.11", "concat-stream": "2.0.0", "get-port": "5.1.1", "jest": "30.2.0", "mock-http-server": "1.4.5", "typescript": "5.9.3", "webpack": "5.105.4", "webpack-cli": "4.10.0" }, "//comment": "Everything should be bumped to 14+, but don't want to do it with this PR", "engines": { "node": ">=12.0.0" }, "gitHead": "805e0888bfb7dcfb07c7369e2d1e11843b758986" }