2025-05-09 10:45:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "@repo/rdx-criteria",
|
2025-12-15 18:21:09 +00:00
|
|
|
"version": "0.1.1",
|
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
|
|
|
},
|
|
|
|
|
"exports": {
|
2025-11-04 17:31:14 +00:00
|
|
|
".": "./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:*",
|
|
|
|
|
"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
|
|
|
}
|
2025-11-27 19:07:30 +00:00
|
|
|
}
|