forked from m4heshd/better-sqlite3-multiple-ciphers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.21 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.21 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "better-sqlite3-multiple-ciphers",
"version": "8.1.0",
"description": "better-sqlite3 with multiple-cipher encryption support",
"homepage": "https://github.com/m4heshd/better-sqlite3-multiple-ciphers",
"author": "Mahesh Bandara Wijerathna (m4heshd) <m4heshd@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/m4heshd/better-sqlite3-multiple-ciphers.git"
},
"main": "lib/index.js",
"types": "index.d.ts",
"files": [
"binding.gyp",
"src/*.[ch]pp",
"lib/**",
"deps/**"
],
"dependencies": {
"node-gyp-build": "^4.5.0"
},
"devDependencies": {
"chai": "^4.3.6",
"cli-color": "^2.0.2",
"fs-extra": "^10.1.0",
"mocha": "^10.2.0",
"node-gyp": "8.4.1",
"nodemark": "^0.3.0",
"prebuild": "^11.0.4",
"sqlite": "^4.1.1",
"sqlite3": "^5.0.8",
"@types/better-sqlite3": "latest",
"prebuildify": "^5.0.1"
},
"scripts": {
"install": "echo"
},
"license": "MIT",
"keywords": [
"sql",
"sqlite",
"sqlite3",
"sqleet",
"sqlcipher",
"sqlite3multipleciphers",
"encryption",
"transactions",
"user-defined functions",
"aggregate functions",
"window functions",
"database"
]
}