{
  "name": "@convertcom/js-sdk-enums",
  "description": "",
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "files": [
    "lib/**/**/*"
  ],
  "author": "Convert Insights, Inc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/convertcom/javascript-sdk.git",
    "directory": "packages/enums"
  },
  "license": "Apache-2.0",
  "scripts": {
    "clean": "rm -rf lib",
    "prebuild:version": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
    "prebuild": "yarn clean",
    "build": "rollup -c ../../rollup.config.mjs",
    "lint": "eslint src",
    "lint:fix": "yarn lint -- --fix"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@eslint/eslintrc": "^3.3.1",
    "@rollup/plugin-babel": "^6.1.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/node": "24.10.0",
    "@typescript-eslint/parser": "^8.46.4",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "prettier": "^3.6.2",
    "rollup": "^4.53.2",
    "rollup-plugin-generate-package-json": "^3.2.0",
    "rollup-plugin-typescript2": "^0.37.0",
    "ts-node": "^10.9.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.4",
    "webpack": "^5.102.1"
  },
  "version": "3.0.1"
}
