Denys Vuika 95880dd5f8
[AAE-11664] Release 6.0.0-A.1 ()
* bump versions

* cleanup lock files

* release reports

* upgrade the release script
2022-12-06 10:38:58 +00:00

43 lines
1.2 KiB
JSON

{
"name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils",
"version": "6.0.0-A.1",
"author": "Alfresco Software, Ltd.",
"bin": {
"adf-cli": "./bin/adf-cli",
"adf": "./bin/adf-cli"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"develop": "tsc -p tsconfig.json --watch",
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
},
"dependencies": {
"@alfresco/js-api": "5.2.0",
"commander": "6.2.1",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",
"npm-registry-fetch": "^4.0.5",
"request": "2.88.2",
"rxjs": "^6.5.5",
"shelljs": "^0.8.3",
"spdx-license-list": "^5.0.0"
},
"keywords": [
"alfresco-component"
],
"license": "Apache-2.0",
"devDependencies": {
"@types/ejs": "^3.1.0",
"@types/shelljs": "^0.8.7",
"typescript": "3.9.3"
}
}