@atlaskit/build-utils
Version:
Collection of utilities to used during the release process of Atlaskit
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "@atlaskit/build-utils",
"version": "2.6.2",
"description": "Collection of utilities to used during the release process of Atlaskit",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"dependencies": {
"@auth0/s3": "^1.0.0",
"@types/node": "^11.11.7",
"axios": "^0.18.0",
"bitbucket-build-status": "^1.1.0",
"bolt": "^0.24.4",
"bolt-query": "^1.1.4",
"chalk": "^2.1.0",
"concurrently": "^4.1.2",
"editor": "^1.0.0",
"fs-extra": "^4.0.2",
"fuzzy": "^0.1.3",
"globby": "^6.1.0",
"human-id": "^2.0.0",
"inquirer": "^3.3.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"inquirer-checkbox-plus-prompt": "^1.0.1",
"npm-run": "^4.1.2",
"projector-spawn": "^1.0.1",
"query-string": "^4.3.2",
"strip-ansi": "^5.2.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/jest": "^25.1.0",
"@types/node": "^11.11.7",
"@types/query-string": "^4.3.1"
}
}