UNPKG

@etsoo/shared

Version:

TypeScript shared utilities and functions

46 lines (45 loc) 1.05 kB
{ "name": "@etsoo/shared", "version": "1.2.84", "description": "TypeScript shared utilities and functions", "main": "lib/cjs/index.js", "module": "lib/mjs/index.js", "types": "lib/mjs/index.d.ts", "exports": { ".": { "import": "./lib/mjs/index.js", "require": "./lib/cjs/index.js" } }, "sideEffects": false, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "vitest" }, "repository": { "type": "git", "url": "git+https://github.com/ETSOO/Shared.git" }, "keywords": [ "Shared utilities", "TypeScript", "ETSOO", "SmartERP", "司友云平台", "青岛亿速思维", "上海亿商" ], "author": "Garry Xiao", "license": "MIT", "bugs": { "url": "https://github.com/ETSOO/Shared/issues" }, "homepage": "https://github.com/ETSOO/Shared#readme", "devDependencies": { "@types/node": "^25.6.2", "@vitejs/plugin-react": "^6.0.1", "jsdom": "^29.1.1", "typescript": "^6.0.3", "vitest": "^4.1.5" } }