mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
37 lines
976 B
JSON
37 lines
976 B
JSON
{
|
|
"name": "@alfresco/adf-cli",
|
|
"description": "Alfresco ADF cli and utils",
|
|
"version": "3.4.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"bin": {
|
|
"adf-license": "./bin/doc/licenseList.js",
|
|
"adf-audit": "./bin/doc/audit.js",
|
|
"adf-cli": "./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": "tsc -p tsconfig.json",
|
|
"dist": "rm -rf ./dist/ && npm run build-tsc && cp -R ./bin ./dist/ && cp ./package.json ./dist/"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.15.1",
|
|
"license-checker": "^25.0.1",
|
|
"npm-registry-fetch": "^3.9.0",
|
|
"@angular-devkit/core": "^7.2.15",
|
|
"rxjs": ">=6.2.2",
|
|
"shelljs": "^0.8.3",
|
|
"spdx-license-list": "^5.0.0",
|
|
"ejs": "^2.6.1"
|
|
},
|
|
"keywords": [
|
|
"alfresco-component"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|