38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "delphi-database",
|
|
"version": "1.0.0",
|
|
"description": "A modern Python web application built with FastAPI to replace the legacy Pascal-based database system. This system maintains the familiar keyboard shortcuts and workflows while providing a robust, modular backend with a clean web interface.",
|
|
"main": "tailwind.config.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"e2e": "playwright test",
|
|
"e2e:headed": "playwright test --headed",
|
|
"e2e:debug": "PWDEBUG=1 playwright test",
|
|
"e2e:install": "playwright install --with-deps"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/HotSwapp/delphi-database.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/HotSwapp/delphi-database/issues"
|
|
},
|
|
"homepage": "https://github.com/HotSwapp/delphi-database#readme",
|
|
"jest": {
|
|
"testEnvironment": "jsdom"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/environment": "^30.0.5",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@playwright/test": "^1.45.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^30.0.5",
|
|
"jsdom": "^22.1.0",
|
|
"tailwindcss": "^3.4.10"
|
|
}
|
|
}
|