-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 847 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": "v_database",
"description": "v_database is a small/basic database solution that utilizes filesystem to manipulate database",
"version": "0.1.8",
"author": "V-core9",
"bugs": "https://github.com/V-core9/v_database/issues",
"dependencies": {
"uuid": "^8.3.2",
"v_file_system": "^1.0.3",
"v_to_sha256": "^1.0.7"
},
"homepage": "https://github.com/V-core9/v_database",
"keywords": [
"database",
"filesystem",
"v_database",
"v_file_system",
"v_scrolls",
"v_to_sha256",
"v-core9",
"db",
"JSON"
],
"license": "MIT",
"main": "index.js",
"repository": "V-core9/v_database",
"scripts": {
"test": "jest",
"prepack": "npm run test",
"docs": "node $_HELP_$/readme.generate.js"
},
"devDependencies": {
"jest": "^27.3.1",
"v_scrolls": "^0.1.12"
}
}