UNPKG

@sap-ai-sdk/core

Version:

**This package is designed for internal usage and should not be consumed directly.**

34 lines 979 B
{ "name": "@sap-ai-sdk/core", "version": "1.17.0", "description": "", "license": "Apache-2.0", "keywords": [ "sap-ai-sdk", "ai-core" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.js.map", "dist/**/*.d.ts", "dist/**/*.d.ts.map", "internal.js", "internal.d.ts" ], "dependencies": { "@sap-cloud-sdk/connectivity": "^4.1.0", "@sap-cloud-sdk/http-client": "^4.1.0", "@sap-cloud-sdk/openapi": "^4.1.0", "@sap-cloud-sdk/util": "^4.1.0" }, "scripts": { "compile": "tsc", "compile:cjs": "tsc -p tsconfig.cjs.json", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "lint": "eslint \"**/*.ts\" && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -c", "lint:fix": "eslint \"**/*.ts\" --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error" } }