-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 773 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 773 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
{
"name": "@libsql/knex-libsql",
"version": "0.1.1-pre",
"keywords": [
"hrana",
"libsql",
"sqld",
"database",
"knex"
],
"description": "Knex dialect for libSQL",
"repository": {
"type": "git",
"url": "github:libsql/knex-libsql"
},
"homepage": "https://github.com/libsql/knex-libsql",
"authors": [
"Jan Špaček <honza@turso.tech>",
"Glauber Costa <glauber@turso.tech>"
],
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"files": ["index.js", "index.d.ts"],
"scripts": {
"test": "jest"
},
"dependencies": {
"@libsql/sqlite3": "^0.3.1",
"sqlite3": "^5.1.5"
},
"peerDependencies": {
"knex": "*"
},
"devDependencies": {
"jest": "^29.3.1",
"knex": "^2.4.2"
}
}