package.jsonโข1.1 kB
{
"name": "project",
"version": "1.0.0",
"description": "[](https://github.com/bernierllc/brain-trust-mcp/releases) [](./tests) [](./tests) [](https://python.org)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"playwright:install": "npx playwright install --with-deps"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vitejs/plugin-react": "^5.0.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vite": "^7.1.9"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"dotenv": "^16.4.5",
"typescript": "^5.6.3"
}
}