38 lines
844 B
JSON
38 lines
844 B
JSON
{
|
|
"name": "blackroad-os",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"bullmq": "^5.64.1",
|
|
"express": "^5.1.0",
|
|
"fastify": "^5.6.2",
|
|
"ioredis": "^5.8.2",
|
|
"node-cron": "^4.2.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.6",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/supertest": "^6.0.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"jsdom": "^27.2.0",
|
|
"supertest": "^7.1.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.13"
|
|
}
|
|
}
|