-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 876 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
39
40
41
{
"name": "sreya",
"version": "1.3.1",
"description": "Sreya is a versatile in-memory database for Node.js applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"build": "tsc",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrsajadpp/sreya.git"
},
"keywords": [
"sreya",
"sreyadb",
"grovixlab",
"thintry",
"database"
],
"author": "Sajad",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrsajadpp/sreya/issues"
},
"homepage": "https://github.com/mrsajadpp/sreya#readme",
"dependencies": {
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"nodemon": "^3.1.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
}
}