2024-04-17 01:45:36 +09:00
|
|
|
{
|
|
|
|
"name": "dbtype",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2024-10-06 00:32:05 +09:00
|
|
|
"main": "mod.ts",
|
2024-04-17 01:45:36 +09:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/better-sqlite3": "^7.6.9",
|
|
|
|
"better-sqlite3": "^9.4.3",
|
|
|
|
"kysely": "^0.27.3",
|
2024-10-06 00:32:05 +09:00
|
|
|
"kysely-codegen": "^0.14.1",
|
|
|
|
"typescript": "^5.4.3"
|
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
|
|
|
"zod": "^3.23.8"
|
2024-04-17 01:45:36 +09:00
|
|
|
}
|
|
|
|
}
|