{
  "name": "@contentsquare/tag-sdk",
  "version": "1.1.0",
  "description": "ContentSquare tag SDK",
  "sideEffects": false,
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "scripts": {
    "build": "rm -rf dist; tsc -b tsconfig.esm.json && tsc -b tsconfig.commonjs.json",
    "test": "karma start ./karma.conf.js",
    "create:tag": "git fetch origin --tags && git push --follow-tags",
    "publish": "npm publish --access public",
    "commit": "cz"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ContentSquare/tag-sdk.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ContentSquare/tag-sdk/issues"
  },
  "homepage": "https://github.com/ContentSquare/tag-sdk#readme",
  "devDependencies": {
    "@types/jasmine": "^4.3.5",
    "jasmine-core": "^5.0.1",
    "karma": "6.4.2",
    "karma-chrome-launcher": "^3.2.0",
    "karma-jasmine": "^5.1.0",
    "karma-sourcemap-loader": "0.4.0",
    "karma-webpack": "^5.0.0",
    "ts-loader": "9.4.4",
    "webpack": "5.88.1",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "lerna": "^7.1.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ]
}
