{
  "name": "@clappr/core",
  "version": "0.13.2",
  "description": "Core components of the extensible media player for the web",
  "main": "./dist/clappr-core.js",
  "module": "./dist/clappr-core.esm.js",
  "types": "./types/main.d.ts",
  "scripts": {
    "bundle-check": "ANALYZE_BUNDLE=true rollup --config --bundleConfigAsCjs",
    "release": "MINIMIZE=true rollup --config --bundleConfigAsCjs && tsc",
    "build": "rollup --config --bundleConfigAsCjs && tsc",
    "watch": "rollup --config --watch --bundleConfigAsCjs",
    "test": "jest /src --coverage --silent",
    "test:coverage": "open coverage/lcov-report/index.html",
    "test:debug": "node --inspect node_modules/.bin/jest src/ --runInBand",
    "test:watch": "jest /src --watch",
    "lint": "eslint *.js src/",
    "lint:fix": "npm run lint -- --fix",
    "start": "DEV=true rollup --config --watch --bundleConfigAsCjs",
    "commitzen": "git-cz",
    "prepublishOnly": "lerna run release --scope=@clappr/core"
  },
  "files": [
    "/dist",
    "/src",
    "/types"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:clappr/clappr-core.git"
  },
  "author": "Globo.com",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/clappr/clappr-core/issues"
  },
  "homepage": "https://github.com/clappr/clappr-core",
  "devDependencies": {
    "@babel/core": "^7.22.17",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
    "@babel/preset-env": "^7.22.15",
    "@rollup/plugin-alias": "^5.0.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-replace": "^5.0.2",
    "autoprefixer": "10.4.15",
    "babel-jest": "^29.7.0",
    "clappr-zepto": "^0.1.0",
    "coveralls": "^3.1.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.49.0",
    "jest": "^29.7.0",
    "jest-directory-named-resolver": "^0.3.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-mock-console": "^2.0.0",
    "node-sass": "^9.0.0",
    "postcss": "^8.4.29",
    "rollup": "^4.18.0",
    "rollup-plugin-filesize": "^10.0.0",
    "rollup-plugin-html": "^0.2.1",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-serve": "^2.0.2",
    "rollup-plugin-sizes": "^1.0.5",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.9.2",
    "typescript": "^5.5.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "gitHead": "4a32c236ebf4bcecfbd618f1dfcc47c6a9284ebe"
}
