23 lines
		
	
	
	
		
			468 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			468 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "dbtype",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "",
 | 
						|
  "main": "mod.ts",
 | 
						|
  "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",
 | 
						|
    "kysely-codegen": "^0.14.1",
 | 
						|
    "typescript": "^5.4.3"
 | 
						|
  },
 | 
						|
  "type": "module",
 | 
						|
  "dependencies": {
 | 
						|
    "zod": "^3.23.8"
 | 
						|
  }
 | 
						|
}
 |