38 lines
899 B
JSON
38 lines
899 B
JSON
{
|
|
"name": "@imes-modelprocesspoints/libs",
|
|
"version": "1.1.2",
|
|
"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.3/cut-abstractions-0.3.4.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"
|
|
} |