-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 750 Bytes
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
{
"name": "enhanced.db",
"version": "0.3.4",
"description": "Create a simple database using better-sqlite3, quick, fast and more enhanced!",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"json.db",
"enchanced.db",
"enhanced.db",
"jsondb.ez",
"jsondb",
"easy-json-database",
"quick.json",
"easy-json-database",
"database",
"quick.db",
"mongo.eco",
"factful.js",
"node-periodic-table",
"quickmongo",
"snowflake",
"science_spot_codes"
],
"author": "science_spot_codes",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^7.1.0",
"fs": "^0.0.2"
}
}