-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "lacertadb",
"version": "0.7.0",
"description": "LacertaDB! The Easy JS DB. IndexedDB for data and LocalStorage for metadata and top document.",
"devDependencies": {
"path": "~0.12.7",
"uglifyjs-3-webpack-plugin": "~1.2.4",
"webpack": "~4.37.0",
"webpack-cli": "~4.10.0",
"babel-loader": "~8.3.0",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6"
},
"dependencies": {
"triplesec": "~4.0.3",
"snappyjs": "~0.7.0",
"joyson": "~1.0.5"
},
"build": {},
"author": "Affolter Matias",
"keywords": [
"indexeddb",
"database",
"db",
"store",
"permanent",
"encrypt",
"compress",
"joyson",
"js",
"fast",
"storage",
"persistant",
"free",
"space",
"size",
"storing",
"json",
"joyson",
"data",
"base",
"secure",
"browser",
"metadata",
"indexed",
"index"
],
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --node-env 'production'"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixa-pics/lacertadb.git"
},
"engines": {
"node": ">=0.8.0"
}
}