@gigya/destination
Version:
Gigya API Client with SAP Cloud SDK Destination Support
78 lines • 2.06 kB
JSON
{
"name": "@gigya/destination",
"version": "1.0.0-beta.1",
"description": "Gigya API Client with SAP Cloud SDK Destination Support",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.tools.sap/cdc-ciam/api-collection.git"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"gigya",
"api",
"client",
"typescript",
"sap",
"cloud-sdk",
"destination",
"btp"
],
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"peerDependencies": {
"@sap-cloud-sdk/connectivity": ">=3.0.0",
"@sap-cloud-sdk/http-client": ">=3.0.0"
},
"devDependencies": {
"@sap-cloud-sdk/connectivity": "^3.22.0",
"@sap-cloud-sdk/http-client": "^3.22.0",
"@types/node": "^22.10.0",
"tsup": "^8.3.5",
"@hey-api/client-fetch": "latest",
"@hey-api/openapi-ts": "^0.85.2",
"pkgroll": "^2.20.0",
"typescript": "^5.9.3",
"ofetch": "^1.4.1"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"/gen/types": {
"types": "./dist/gen/types.gen.d.ts",
"import": "./dist/gen/types.gen.js",
"require": "./dist/gen/types.gen.cjs"
},
"/gen/sdk": {
"types": "./dist/gen/sdk.gen.d.ts",
"import": "./dist/gen/sdk.gen.js",
"require": "./dist/gen/sdk.gen.cjs"
},
"/gen/schemas": {
"types": "./dist/gen/schemas.gen.d.ts",
"import": "./dist/gen/schemas.gen.js",
"require": "./dist/gen/schemas.gen.cjs"
}
},
"scripts": {
"generate": "npx @hey-api/openapi-ts -e -f open-api.config.ts ",
"clean": "rm -rf dist src/gen",
"publish:dry": "npm publish --dry-run",
"publish:next": "npm publish --tag next",
"publish:latest": "npm publish --tag latest",
"build": "npm run generate && pkgroll --clean-dist"
}
}