fcx-minddale-ts
Version:
TypeScript client SDK for the headless micro CRM, Minddale.
34 lines (33 loc) • 709 B
JSON
{
"name": "fcx-minddale-ts",
"version": "1.1.1",
"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"
],
"author": "Tony Puthenveettil",
"license": "MIT",
"private": false,
"dependencies": {
"axios": "^1.7.8"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/node": "^22.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}