mdl-shoplet-ts
Version:
TypeScript client SDK for the headless micro CRM, Minddale.
42 lines (41 loc) • 836 B
JSON
{
"name": "mdl-shoplet-ts",
"version": "1.0.6",
"description": "TypeScript client SDK for the headless micro CRM, Minddale.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Minddale",
"CRM",
"Micro-CRM",
"Headless-CRM",
"Headless-Micro-CRM",
"TypeScript",
"SDK",
"Firecodex",
"Shoplet",
"Cart",
"Shopping"
],
"author": "Firecodex",
"license": "MIT",
"private": false,
"dependencies": {
"axios": "^1.7.8",
"fcx-minddale-ts": "file:",
"mdl-identifi-ts": "^1.0.2"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/node": "^22.16.5",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"files": [
"dist"
]
}