{
  "name": "@adhubmedia/sdk-legacy",
  "version": "1.0.0",
  "description": "AdHub Legacy SDK - Compatibility layer for 4wnetwork tags",
  "main": "dist/sdk.js",
  "scripts": {
    "build": "npm run build:dev && npm run build:prod",
    "build:dev": "node config/build.js --mode=development",
    "build:prod": "node config/build.js --mode=production",
    "watch": "node config/build.js --watch",
    "test": "node examples/test.js"
  },
  "keywords": [
    "adhub",
    "legacy",
    "4wnetwork",
    "compatibility",
    "ad-tech"
  ],
  "author": "AdHubMedia",
  "license": "PROPRIETARY",
  "devDependencies": {
    "terser": "^5.19.2",
    "concat": "^1.0.3"
  },
  "repository": {
    "type": "git",
    "url": "internal"
  }
}
