-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 851 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
37
38
{
"name": "migodb",
"version": "1.0.1",
"main": "dist/index.js",
"keywords": [
"file-system",
"database",
"jsondb",
"db",
"storage",
"json",
"filesystem",
"nosql",
"fs-db"
],
"scripts": {
"build": "tsc"
},
"description": "A file system json-based database library which mimics Mongoose, offering easy data storage and CRUD operations using JSON files.",
"author": "Mirza-Glitch",
"license": "MIT",
"devDependencies": {
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"uid": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mirza-Glitch/migodb.git"
},
"bugs": {
"url": "https://github.com/Mirza-Glitch/migodb/issues"
},
"homepage": "https://github.com/Mirza-Glitch/migodb#readme"
}