You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
505 B
22 lines
505 B
{ |
|
"name": "@reception/fixtures-runner", |
|
"version": "0.0.1", |
|
"private": true, |
|
"type": "module", |
|
"scripts": { |
|
"start": "tsx src/main.ts", |
|
"lint": "eslint src --ext .ts", |
|
"typecheck": "tsc --noEmit" |
|
}, |
|
"dependencies": { |
|
"@reception/db": "workspace:*", |
|
"dotenv": "^16.4.7" |
|
}, |
|
"devDependencies": { |
|
"@reception/eslint-config": "workspace:*", |
|
"@reception/tsconfig": "workspace:*", |
|
"@types/node": "^22.9.0", |
|
"tsx": "^4.19.2", |
|
"typescript": "^5.6.3" |
|
} |
|
}
|
|
|