Files
alfresco-ng2-components/lib/js-api/package.json
T
AleksanderSklorz d1bda4f898 Release 8.4.1 (#11827)
* Release 8.4.1

* Release 8.4.1
2026-04-21 12:01:35 +02:00

27 lines
689 B
JSON

{
"name": "@alfresco/js-api",
"version": "9.4.1",
"license": "Apache-2.0",
"description": "JavaScript client library for the Alfresco REST API",
"author": "Hyland Software, Inc. and its affiliates",
"keywords": [
"alfresco"
],
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"superagent": "^9.0.1",
"eventemitter3": "^5.0.1",
"tslib": "^2.6.1"
},
"typings": "./typings/index.d.ts",
"types": "./typings/index.d.ts",
"module": "./esm5/index.js",
"es2015": "./esm2015/index.js"
}