{ "name": "@imes-cutpoint/libs", "version": "0.1.3", "description": "", "type": "module", "scripts": { "build": "vite build", "test": "vitest", "check": "tsc --noEmit --skipLibCheck -p tsconfig.app.json" }, "files": [ "dist", "package.json", "src", "tsconfig.json", "tsconfig.app.json", "tsconfig.node.json" ], "exports": { ".": "./src/index.ts", "./utils": "./src/utils/index.ts" }, "dependencies": { "cut-abstractions": "http://gitea.cf/MES-FE/cut-abstractions/releases/download/0.2/cut-abstractions-0.2.0.tgz" }, "devDependencies": { "@types/node": "^24.0.10", "typescript": "~5.8.3", "vite": "^7.0.0", "vite-plugin-dts": "^4.5.4", "vite-plugin-node-polyfills": "^0.24.0", "vite-plugin-resolve": "^2.5.2", "vitest": "^3.2.4" }, "keywords": [], "author": "", "license": "ISC" }