@alandawi/dau
Version:
Display Advertising Utils
50 lines (49 loc) • 939 B
JSON
{
"name": "@alandawi/dau",
"description": "Display Advertising Utils",
"version": "1.2.1",
"license": "MIT",
"bin": {
"dau": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alandawi/dau.git"
},
"author": {
"name": "Alan Gabriel Dawidowicz",
"email": "alandawi@gmail.com",
"url": "https://github.com/alandawi"
},
"keywords": [
"dau",
"automation",
"banners",
"display advertising"
],
"files": [
"index.js",
"utils"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-welcome": "^2.2.2",
"gsap-video-export": "^1.0.3",
"meow": "^9.0.0",
"playwright": "^1.22.2"
},
"devDependencies": {
"prettier": "^2.6.2"
}
}