UNPKG

mdl-identifi-ts

Version:

TypeScript client SDK for the headless micro CRM, Minddale.

40 lines (39 loc) 799 B
{ "name": "mdl-identifi-ts", "version": "1.0.2", "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", "Identifi", "Authentication" ], "author": "Firecodex", "license": "MIT", "private": false, "files": [ "dist" ], "dependencies": { "axios": "^1.7.8", "fcx-minddale-ts": "file:" }, "devDependencies": { "@types/axios": "^0.14.4", "@types/node": "^22.16.5", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }