{
  "name": "@wix/motion-edm-autogen-transformations-core",
  "version": "1.73.0",
  "license": "UNLICENSED",
  "type": "module",
  "author": {
    "name": "Amit Feldman",
    "email": "amitf@wix.com"
  },
  "main": "cjs/build/index.js",
  "module": "es/build/index.js",
  "sideEffects": false,
  "types": "cjs/build/index.d.ts",
  "exports": {
    ".": {
      "types": "./cjs/build/index.d.ts",
      "require": "./cjs/build/index.js",
      "import": "./es/build/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "cjs",
    "es"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "yarn build:cjs && yarn build:esm",
    "build:cjs": "tsc -p tsconfig.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:clean": "rm -rf ./cjs/build ./es/build",
    "start": "tsc -p tsconfig.esm.json --watch",
    "test": "jest",
    "lint": "eslint src --ext .ts",
    "lint:fix": "npm run lint -- --fix",
    "posttest": "npm run lint",
    "example": "npm start --prefix example"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts}": "npm run lint"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@rushstack/eslint-patch": "^1.1.0",
    "@wix/motion-edm-autogen-common": "^1.68.0",
    "constant-case": "~3.0.0",
    "deep-for-each": "~3.0.0",
    "jsonpath-plus": "^10.2.0",
    "lodash": "~4.17.0",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^14.0.0",
    "@wix/jest-yoshi-preset": "^6.95.1",
    "@wix/motion-edm-autogen-test-context": "~1.0.0",
    "@wix/motion-runtime-test-context": "~1.0.0",
    "eslint": "^7.32.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "husky": "~4.2.1",
    "jest": "^27.4.5",
    "lint-staged": "^10.0.7",
    "ts-jest": "^27.1.4",
    "typescript": "~4.7.4"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.motion",
      "artifactId": "motion-edm-autogen-transformations-core"
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "3d73b87ce27bef173253c6c87ffca134d6ab503a47bd0385e11e5ab9"
}