UNPKG

@etsoo/smarterp-core

Version:
66 lines (65 loc) 1.77 kB
{ "name": "@etsoo/smarterp-core", "version": "1.0.45", "description": "TypeScript APIs for SmartERP Core", "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-core.git" }, "keywords": [ "TypeScript", "ETSOO", "SmartERP", "SmartERP Core APIs", "青岛亿速思维", "上海亿商", "司友云平台", "司友云平台核心接口" ], "author": "ETSOO", "license": "MIT", "homepage": "https://github.com/ETSOO/etsoo-smarterp-core#readme", "devDependencies": { "@babel/cli": "^7.27.0", "@babel/core": "^7.26.10", "@babel/plugin-transform-runtime": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/runtime-corejs3": "^7.27.0", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "@vitejs/plugin-react": "^4.4.0", "jsdom": "^26.1.0", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "dependencies": { "@etsoo/appscript": "^1.6.24", "@etsoo/materialui": "^1.5.30", "@etsoo/react": "^1.8.39", "@etsoo/shared": "^1.2.69", "@etsoo/toolpad": "^1.0.26", "@mui/material": "^7.0.2", "react": "^18.3.1", "react-dom": "^18.3.1" } }