UNPKG

728 BJSONView Raw
1{
2 "name": "any-db-sqlite3",
3 "version": "1.0.1",
4 "description": "The SQLite3 adapter for any-db",
5 "main": "index.js",
6 "scripts": {
7 "test": "test-any-db-adapter"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/grncdr/node-any-db-sqlite3"
12 },
13 "bugs": {
14 "url": "https://github.com/grncdr/node-any-db-sqlite3/issues"
15 },
16 "keywords": [
17 "any-db",
18 "anydb",
19 "sqlite3",
20 "sqlite",
21 "adapter"
22 ],
23 "author": "Stephen Sugden <me@stephensugden.com>",
24 "license": "MIT",
25 "dependencies": {
26 "sqlite3": "*",
27 "any-db-transaction": "~0.0.1"
28 },
29 "peerDependencies": {
30 "any-db": "~1.0.0"
31 },
32 "devDependencies": {
33 "any-db-adapter-spec": "~0.0.1"
34 }
35}