mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* Post release version bump * Post release version bump * Release notes and docs cleanup for v7.0.0-alpha.6 * Fixed js-api version in cli package.json
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@alfresco/adf-cli",
|
|
"description": "Alfresco ADF cli and utils",
|
|
"version": "7.0.0-alpha.7",
|
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
"bin": {
|
|
"adf-cli": "bin/adf-cli",
|
|
"adf": "bin/adf-cli"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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": ">=8.0.0-alpha.6-0",
|
|
"commander": "^6.2.1",
|
|
"ejs": "^3.1.9",
|
|
"license-checker": "^25.0.1",
|
|
"node-fetch": "^2.7.0",
|
|
"rxjs": "^6.6.6",
|
|
"shelljs": "^0.8.3",
|
|
"spdx-license-list": "^5.0.0"
|
|
},
|
|
"keywords": [
|
|
"alfresco-component"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/ejs": "^3.1.2",
|
|
"@types/node": "^20.1.7",
|
|
"@types/shelljs": "^0.8.12",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|