{
  "name": "ricos-types",
  "version": "10.102.0",
  "author": {
    "name": "Oded Soffrin",
    "email": "odeds@wix.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wix/ricos/issues"
  },
  "homepage": "https://github.com/wix/ricos/tree/master/packages/ricos-types",
  "files": [
    "dist"
  ],
  "main": "dist/cjs/index.js",
  "types": "dist/src/index.d.ts",
  "module": "dist/es/index.js",
  "scripts": {
    "build": "yarn clean && yarn build:tsc && yarn build:rollup && node ../../scripts/cssFix.js",
    "build:analyze:editor": "yarn build --environment MODULE_ANALYZE_EDITOR  && open stats.html",
    "build:analyze:viewer": "yarn build --environment MODULE_ANALYZE_VIEWER && open stats.html",
    "build:dev": "run -T cross-env NODE_ENV=development yarn build",
    "build:rollup": "run -T rollup --environment MODULE_NAME:ricos-types -c ../../rollup.config.js",
    "build:tsc": "run -T tsc --emitDeclarationOnly",
    "clean": "rm -rf dist/",
    "lint": "run -T eslint 'src/**/*.{js,jsx,ts,tsx,d.ts}'",
    "test": "echo 'There are no tests configured for this package!' && exit 0",
    "watch": "run -T cross-env NODE_ENV=development yarn build:rollup --watch & run -T cross-env NODE_ENV=development yarn build:tsc --watch"
  },
  "dependencies": {
    "@tiptap/core": "2.8.0",
    "@tiptap/pm": "2.8.0",
    "@wix/unidriver-core": "^1.1.8",
    "react-hotkeys": "^2.0.0",
    "ricos-content": "10.102.0",
    "ricos-schema": "10.102.0"
  },
  "unpkg": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "sideEffects": [
    "*.css"
  ],
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.ricos",
      "artifactId": "ricos-types",
      "targets": {
        "static": false,
        "docker": false
      }
    },
    "validations": {
      "postBuild": [
        "lint",
        "test"
      ]
    }
  },
  "devDependencies": {
    "i18next": "^19.0.0",
    "react-i18next": "11.16.4"
  },
  "falconPackageHash": "a444389720302cb2a9f46f89dd576d937369fc51703c2af6666dbc43"
}