Uecko_ERP/packages/rdx-criteria/package.json

25 lines
554 B
JSON
Raw Normal View History

2025-05-09 10:45:32 +00:00
{
"name": "@repo/rdx-criteria",
2026-05-05 11:34:36 +00:00
"version": "0.6.5",
2025-10-30 18:26:57 +00:00
"private": true,
"type": "module",
"sideEffects": false,
2025-05-09 10:45:32 +00:00
"scripts": {
2025-10-30 18:26:57 +00:00
"typecheck": "tsc -p tsconfig.json --noEmit",
2026-05-05 11:34:36 +00:00
"check": "biome check .",
"lint": "biome lint .",
2025-10-30 18:26:57 +00:00
"clean": "rimraf .turbo node_modules dist"
2025-05-09 10:45:32 +00:00
},
"exports": {
".": "./src/defaults.ts",
"./server": "./src/index.ts"
2025-05-26 10:38:45 +00:00
},
2025-05-09 10:45:32 +00:00
"devDependencies": {
2025-10-30 18:26:57 +00:00
"@repo/typescript-config": "workspace:*",
2026-04-12 10:06:32 +00:00
"rimraf": "^6.1.3",
"typescript": "^6.0.2"
2025-05-09 10:45:32 +00:00
},
"dependencies": {
2026-04-03 16:15:25 +00:00
"sequelize": "^6.37.8"
2025-05-09 10:45:32 +00:00
}
2025-11-27 19:07:30 +00:00
}