UNPKG

@kontent-ai/core-sdk

Version:

Core package with shared / common functionality for Kontent.ai SDKs

58 lines (57 loc) 1.68 kB
{ "name": "@kontent-ai/core-sdk", "version": "11.0.2", "repository": { "type": "git", "url": "https://github.com/kontent-ai/kontent-core-js" }, "private": false, "author": "richard sustek", "license": "MIT", "description": "Core package with shared / common functionality for Kontent.ai SDKs", "keywords": ["Kontent.ai", "Kontent AI", "Kontent SDK Core"], "engines": { "node": ">= 22" }, "exports": { ".": { "types": "./dist/public_api.d.ts", "default": "./dist/public_api.js" }, "./devkit": { "types": "./dist/devkit_api.d.ts", "default": "./dist/devkit_api.js" }, "./testkit": { "types": "./dist/testkit_api.d.ts", "default": "./dist/testkit_api.js" } }, "type": "module", "scripts": { "prepublishOnly": "npm run build", "build": "npm run biome:check && npm run eslint && npm run clean && tsc --p tsconfig.build.json && npm run update:version", "test": "npm run test:unit && npm run test:integration", "test:unit": "vitest run --config=vitest-unit.config.ts", "test:integration": "vitest run --config=vitest-integration.config.ts", "eslint": "eslint", "biome:check": "biome check", "biome:fix": "biome check --write", "biome:fix:unsafe": "biome check --write --unsafe", "clean": "tsx scripts/clean.ts", "update:version": "tsx ./scripts/update-version.ts" }, "devDependencies": { "@kontent-ai/biome-config": "0.4.0", "@kontent-ai/eslint-config": "2.0.1", "@typescript-eslint/eslint-plugin": "8.33.1", "eslint": "9.28.0", "@biomejs/biome": "1.9.4", "@types/node": "22.15.29", "chalk": "5.4.1", "typescript": "5.8.3", "vitest": "3.2.1", "dotenv-cli": "8.0.0", "tsx": "4.19.4" } }