-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 984 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
{
"name": "prisma.db",
"version": "0.0.9",
"description": "⚡ It is a simplified database module with multiple functions that you can use simultaneously with sqlite, firebase, mysql, yaml and json.",
"main": "./lib/index.js",
"types": "./index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Roxza/prisma.db.git"
},
"keywords": [
"json",
"database",
"db",
"prisma",
"sqlite",
"firebase",
"yaml",
"multiple",
"mysql"
],
"author": "roxza",
"dependencies": {
"better-sqlite3": "^7.5.1",
"firebase-admin": "^10.2.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"lowdb": "^1.0.0",
"mysql": "^2.18.1",
"prisma.db": "^0.0.5",
"yaml": "^1.10.2"
},
"license": "MIT"
}