Files
alfresco-ng2-components/lib/js-api/package.json
Vito Albano 78697ee62a [AAE-0000] - Fixed js-api error index.js (#11970)
* [AAE-0000] - Fixed js-api error index.js

* [AAE-46684] - readding js-api bundle
2026-06-16 14:44:52 +02:00

25 lines
631 B
JSON

{
"name": "@alfresco/js-api",
"version": "10.0.0",
"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": {
"eventemitter3": "^5.0.1",
"tslib": "^2.6.1"
},
"typings": "./typings/index.d.ts",
"types": "./typings/index.d.ts",
"module": "./esm2015/index.js"
}