-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@xansql/sqlite-dialect",
"version": "1.0.0",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"type": "module",
"description": "Xansql Sqlite Dialect",
"author": "Devnax",
"publishConfig": {
"access": "public"
},
"keywords": [],
"sideEffects": [],
"repository": {
"type": "git",
"url": "https://github.com/xansql/sqlite-dialect.git"
},
"scripts": {
"start": "makepack start",
"build": "makepack build",
"release": "makepack release"
},
"dependencies": {
"better-sqlite3": "^12.5.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/express": "^5.0.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@xansql/core": "^1.0.21",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"makepack": "^1.7.23",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
}
}