26 lines
463 B
JSON
26 lines
463 B
JSON
{
|
|
"name": "@repo/rdx-criteria",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"clean": "rimraf .turbo node_modules dist"
|
|
},
|
|
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"@repo/typescript-config": "workspace:*",
|
|
"rimraf": "^6.0.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"sequelize": "^6.37.5"
|
|
}
|
|
}
|