mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@alfresco/adf-cli",
|
|
"description": "Alfresco ADF cli and utils",
|
|
"version": "5.0.0",
|
|
"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/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
|
|
},
|
|
"dependencies": {
|
|
"@alfresco/js-api": "5.1.0-350",
|
|
"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"
|
|
}
|
|
}
|