@kontent-ai/sync-sdk
Version:
Sync API v2 for Kontent.ai
51 lines (50 loc) • 1.58 kB
JSON
{
"name": "@kontent-ai/sync-sdk",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/kontent-ai/sync-sdk-js"
},
"private": false,
"author": "richard sustek",
"license": "MIT",
"description": "Sync API v2 for Kontent.ai",
"keywords": ["Kontent.ai", "Kontent AI", "Kontent SDK Sync API", "Sync API v2", "Sync API"],
"engines": {
"node": ">= 22"
},
"exports": "./dist/public_api.js",
"types": "./dist/public_api.d.ts",
"type": "module",
"scripts": {
"prepublishOnly": "npm run build",
"eslint": "eslint",
"build": "npm run biome:check && npm run eslint && npm run build:noemit && npm run clean && tsc --p tsconfig.build.json && npm run update:version",
"build:noemit": "tsc --p tsconfig.json",
"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",
"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"
},
"dependencies": {
"@kontent-ai/core-sdk": "11.0.2",
"zod": "3.25.67"
},
"devDependencies": {
"@kontent-ai/biome-config": "0.4.0",
"@kontent-ai/eslint-config": "2.0.1",
"@typescript-eslint/eslint-plugin": "8.34.1",
"eslint": "9.29.0",
"@biomejs/biome": "1.9.4",
"@types/node": "24.0.3",
"chalk": "5.4.1",
"typescript": "5.8.3",
"vitest": "3.2.4",
"dotenv-cli": "8.0.0",
"tsx": "4.20.3"
}
}