UNPKG

@etsoo/smarterp-crm

Version:

TypeScript APIs for SmartERP Customer Relationship Management (CRM)

65 lines (64 loc) 1.76 kB
{ "name": "@etsoo/smarterp-crm", "version": "1.0.0", "description": "TypeScript APIs for SmartERP Customer Relationship Management (CRM)", "main": "lib/cjs/index.js", "module": "lib/mjs/index.js", "exports": { ".": { "types": "./lib/mjs/index.d.ts", "import": "./lib/mjs/index.js", "require": "./lib/cjs/index.js" }, "./components": { "types": "./lib/mjs/components/index.d.ts", "import": "./lib/mjs/components/index.js", "require": "./lib/cjs/components/index.js" } }, "sideEffects": false, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "vitest", "localtest": "set NODE_ENV=local&&vitest" }, "repository": { "type": "git", "url": "git+https://github.com/ETSOO/etsoo-smarterp-crm.git" }, "keywords": [ "TypeScript", "ETSOO", "SmartERP", "SmartERP Core APIs", "青岛亿速思维", "上海亿商", "司友云平台", "司友云平台核心接口" ], "author": "ETSOO", "license": "MIT", "homepage": "https://github.com/ETSOO/etsoo-smarterp-crm#readme", "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.10", "@babel/plugin-transform-runtime": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/runtime-corejs3": "^7.26.10", "@types/react": "^18.3.19", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "jsdom": "^26.0.0", "typescript": "^5.8.2", "vitest": "^3.0.9" }, "dependencies": { "@etsoo/appscript": "^1.6.19", "@etsoo/materialui": "^1.5.2", "@etsoo/react": "^1.8.33", "@etsoo/shared": "^1.2.63", "@mui/material": "^6.4.8", "react": "^18.3.1", "react-dom": "^18.3.1" } }