Files
delphi-database/package.json
2025-08-11 21:58:25 -05:00

30 lines
885 B
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"
},
"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": {
"@tailwindcss/forms": "^0.5.10",
"tailwindcss": "^3.4.10",
"jest": "^29.7.0",
"jsdom": "^22.1.0"
}
}