-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.49 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "cherry3",
"description": "Cherry3 is a SQlite And Postgre object modeling tool designed to work in an asynchronous environment.",
"homepage": "https://fivesobes.gitbook.io/cherry3/",
"version": "5.2.0",
"author": {
"name": "Bes-js",
"url": "https://github.com/Bes-js"
},
"main": "./index.js",
"types": "./typings/index.d.ts",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/Bes-js/cherry3/issues"
},
"funding": {
"url": "https://www.paytr.com/link/2qh0pLB?lang=en",
"type": "paytr"
},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bes-js/cherry3.git"
},
"keywords": [
"sqlite",
"cherry",
"better-sqlite3",
"sqlite3",
"sequelize",
"orm",
"object",
"modeling",
"async",
"sqlite3",
"pg",
"postgre",
"postgresql",
"sql",
"postgres",
"knex",
"typescript",
"cherry3",
"database",
"db",
"sql",
"mongoose",
"sequelize",
"typeorm",
"local",
"storage",
"pgadmin",
"object"
],
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"sequelize": "^6.37.1"
}
}