Uecko_ERP/packages/rdx-criteria/package.json

26 lines
463 B
JSON
Raw Normal View History

2025-05-09 10:45:32 +00:00
{
"name": "@repo/rdx-criteria",
2025-11-03 19:45:03 +00:00
"version": "0.0.3",
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",
"clean": "rimraf .turbo node_modules dist"
2025-05-09 10:45:32 +00:00
},
2025-10-30 18:26:57 +00:00
2025-05-09 10:45:32 +00:00
"exports": {
2025-10-30 18:26:57 +00:00
".": "./src/index.ts"
2025-05-26 10:38:45 +00:00
},
2025-10-30 18:26:57 +00:00
2025-05-09 10:45:32 +00:00
"devDependencies": {
2025-10-30 18:26:57 +00:00
"@repo/typescript-config": "workspace:*",
"rimraf": "^6.0.0",
"typescript": "^5.9.3"
2025-05-09 10:45:32 +00:00
},
"dependencies": {
2025-05-26 10:38:45 +00:00
"sequelize": "^6.37.5"
2025-05-09 10:45:32 +00:00
}
}