-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.12 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.12 KB
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
{
"name": "sqlite3",
"version": "1.0.0",
"description": "[](https://github.com/denodrivers/sqlite3/releases) [](https://doc.deno.land/https/deno.land/x/sqlite3@0.4.3/mod.ts) [](https://github.com/denodrivers/sqlite3/actions/workflows/ci.yml) [](https://github.com/denodrivers/sqlite3/blob/master/LICENSE)",
"main": "bunbench.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denodrivers/sqlite3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/denodrivers/sqlite3/issues"
},
"homepage": "https://github.com/denodrivers/sqlite3#readme",
"dependencies": {
"better-sqlite3": "^12.4.1",
"mitata": "^0.1.6"
},
"devDependencies": {
"bun-types": "^1.2.14"
}
}