forked from mlaanderson/database-js-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 926 Bytes
/
package.json
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
{
"name": "@trifacta/database-js-sqlite",
"version": "1.2.4",
"description": "Database-js wrapper for SQLite",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaanderson/database-js-sqlite.git"
},
"keywords": [
"database-js",
"sqlite"
],
"author": "Michael Anderson <michael@anderson-clan.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlaanderson/database-js-sqlite/issues"
},
"homepage": "https://github.com/mlaanderson/database-js-sqlite#readme",
"dependencies": {
"database-js-common": "git+https://github.com/mlaanderson/database-js-common.git",
"debug": "^3.1.0"
},
"devDependencies": {
"database-js": "^3.0.2",
"sql.js": "^1.6.2",
"sqlite3": "npm:@trifacta/sqlite3@^5.0.3"
},
"peerDependencies": {
"sqlite3": "5.x",
"sql.js": "1.x"
}
}