{
  "name": "@progress/kendo-smartpaste-common",
  "description": "Kendo UI common smartpaste API package",
  "version": "1.0.0",
  "keywords": [
    "Progress",
    "Kendo UI",
    "Telerik"
  ],
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/es/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "gulp start",
    "build": "gulp build-es-bundle build-npm-bundle",
    "build:es": "npx tsc -p tsconfig.es.json",
    "build:npm": "npx tsc -p tsconfig.npm.json",
    "test": "vitest",
    "test:ci": "vitest --run",
    "lint": "eslint src && eslint test",
    "prepare": "husky"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@progress/kendo-typescript-tasks": "^12.0.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "gulp": "^5.0.1",
    "husky": "^9.1.7",
    "jsdom": "^27.4.0",
    "prettier": "^3.7.4",
    "typescript": "^5.2.2",
    "typescript-eslint": "^8.52.0",
    "vitest": "^4.0.17"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-smartpaste-common.git"
  },
  "bugs": {
    "url": "https://www.telerik.com/support/feedback"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ]
}
