-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.12 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
{
"name": "stardb",
"version": "1.2.1",
"description": "A lightweight, reliable, easy-to-use, simple, fast, JSON/YAML/API database for Node.js",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/main.js"
},
"author": "Can <fastuptime@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fastuptime/stardb"
},
"bugs": {
"url": "https://github.com/fastuptime/stardb/issues"
},
"keywords": [
"json",
"database",
"persistence",
"node-js",
"async",
"lightweight",
"reliable",
"easy-to-use",
"simple",
"fast",
"jsondb",
"stardb",
"yaml",
"yml",
"yamldb",
"yaml-database",
"node-yaml",
"node-yaml-database",
"node-yaml-db",
"node-yamldb",
"restfull",
"restfull-api",
"restfull-api-database",
"restfull-api-db",
"restfull-api-database-node",
"restfull-api-database-node-js"
],
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"express": "^4.18.3",
"js-yaml": "^4.1.0"
}
}