@dat-platform/advertiser
Version:
An SDK for advertisers to track user actions, such as Telegram channel or bot joins, and notify publishers upon completion.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "@dat-platform/advertiser",
"version": "1.0.12",
"description": "An SDK for advertisers to track user actions, such as Telegram channel or bot joins, and notify publishers upon completion.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest",
"clean": "rimraf dist",
"prepare": "npm run clean && npm run build"
},
"keywords": [
"adserving",
"programmatic advertising",
"web3 ads",
"offerwall",
"reward ads",
"SAAS platform",
"DAT",
"K2",
"ad matching",
"ad delivery"
],
"author": "DAT Network",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"jest": "^27.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.79.2",
"ts-jest": "^27.1.5",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
},
"files": [
"dist"
]
}