@megaads/variant-builder
Version:
A JavaScript library to fetch and process product variants data
25 lines (24 loc) • 519 B
JSON
{
"name": "@megaads/variant-builder",
"version": "1.0.0",
"description": "A JavaScript library to fetch and process product variants data",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [
"megaads",
"pod",
"variants",
"javascript"
],
"author": "duytungnguyen.bkhn.95@gmail.com",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.3.2"
},
"devDependencies": {
"tsx": "^4.19.3"
}
}