{
  "name": "appsflyer-html5-ctv-sdk",
  "version": "0.0.5",
  "description": "AppsFlyer SDK for TV application",
  "type": "module",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "prebuild": "npm i; cd example; npm i",
    "buildDev": "npm run prebuild; webpack; cd example; webpack;",
    "build": "npm run prebuild; webpack --mode=production; cd example; webpack --mode=production;",
    "lint": "./node_modules/.bin/eslint ./src/*",
    "lintFix": "./node_modules/.bin/eslint ./src/* --fix",
    "test": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.appsflyer.com:mobile/appsflyer-html5-ctv-sdk.git"
  },
  "main": "./src/AppsFlyerSDK.js",
  "author": "appsflyer",
  "license": "ISC",
  "devDependencies": {
    "@babel/preset-env": "7.23.2",
    "babel-jest": "~28.1.3",
    "babel-loader": "~8.2.5",
    "eslint": "~8.20.0",
    "eslint-config-google": "~0.14.0",
    "jest": "~28.1.3",
    "jest-fetch-mock": "~3.0.3",
    "webpack": "~5.84.1",
    "webpack-cli": "~4.10.0"
  }
}
