amazon-dsp-formatter
Version:
Node.js module for formatting customer data according to Amazon Ads Audience requirements. This will be a comprehensive formatting tool that handles all the specified normalization rules.
27 lines (26 loc) • 649 B
JSON
{
"name": "amazon-dsp-formatter",
"version": "1.0.2",
"description": "Node.js module for formatting customer data according to Amazon Ads Audience requirements. This will be a comprehensive formatting tool that handles all the specified normalization rules.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Utsab Chowdhury",
"license": "MIT",
"keywords": [
"amazon",
"ads",
"audience",
"formatter",
"normalization",
"DSP"
],
"devDependencies": {
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utsabc/amazon-dsp-formatter.git"
}
}