mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
updated react example with todo example
This commit is contained in:
@@ -5,11 +5,15 @@
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"test": "vitest",
|
||||
"test": "vitest --run",
|
||||
"updater": "bun x npm-check-updates -ui",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"prepublishOnly": "bun run test && bun run typecheck && bun run build"
|
||||
"prepublishOnly": "bun run typecheck && bun run test && bun run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"sqlocal": "^0.14.0"
|
||||
@@ -21,7 +25,7 @@
|
||||
"bknd": "workspace:*",
|
||||
"kysely": "^0.27.6",
|
||||
"tsup": "^8.4.0",
|
||||
"typescript": "^5.6.3",
|
||||
"typescript": "^5.8.2",
|
||||
"vitest": "^3.0.8",
|
||||
"webdriverio": "^9.12.0"
|
||||
},
|
||||
@@ -32,7 +36,6 @@
|
||||
"clean": true,
|
||||
"minify": true,
|
||||
"dts": true,
|
||||
"metafile": true,
|
||||
"external": ["bknd", "kysely"]
|
||||
},
|
||||
"files": ["dist", "README.md", "!*.map", "!metafile*.json"]
|
||||
|
||||
Reference in New Issue
Block a user