[ACS-6370] switch js-api builds to original node.js (#9114)

* switch js-api builds to original node.js

* [ci:force] cleanup ts configs

* [ci:force] remove temp hotfix for js-api

* remove dead code
This commit is contained in:
Denys Vuika
2023-11-27 04:54:24 -05:00
committed by GitHub
parent dbe3a7c7db
commit 3677bfb78e
19 changed files with 395 additions and 82 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "@alfresco/js-api",
"version": "7.3.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": {
"event-emitter": "^0.3.5",
"superagent": "^8.0.9",
"tslib": "^2.6.1"
},
"main": "./index.js",
"typings": "./typings/index.d.ts",
"module": "./esm5/index.js",
"es2015": "./esm2015/index.js"
}