-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.88 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.88 KB
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": "@reldens/storage",
"scope": "@reldens",
"version": "0.91.0",
"description": "Reldens - Storage",
"author": "Damian A. Pastorini",
"license": "MIT",
"homepage": "https://github.com/damian-pastorini/reldens-storage",
"source": true,
"main": "index.js",
"bin": {
"reldens-storage": "./bin/reldens-storage.js",
"reldens-storage-prisma": "./bin/generate-prisma-schema.js"
},
"repository": {
"type": "git",
"url": "https://github.com/damian-pastorini/reldens-storage.git"
},
"keywords": [
"reldens",
"storage",
"objection",
"objectionjs",
"objection-js",
"mikro",
"mikroorm",
"mikro-orm",
"prisma",
"prisma-orm",
"driver",
"orm",
"database",
"db",
"system",
"nodejs",
"platform",
"framework",
"library",
"lib"
],
"bugs": {
"url": "https://github.com/damian-pastorini/reldens-storage/issues"
},
"scripts": {
"test": "node tests/run-tests.js",
"test:watch": "node --watch tests/run-tests.js",
"test:filter": "node tests/run-tests.js --filter=",
"test:unit": "node tests/run-tests.js --suite=unit",
"test:integration": "node tests/run-tests.js --suite=integration",
"test:coverage": "node --test --experimental-test-coverage tests/run-tests.js",
"test:driver": "node tests/run-tests.js --driver="
},
"dependencies": {
"@mikro-orm/core": "6.6.6",
"@mikro-orm/mongodb": "6.6.6",
"@mikro-orm/mysql": "6.6.6",
"@prisma/client": "6.19.2",
"@reldens/server-utils": "^0.46.0",
"@reldens/utils": "^0.54.0",
"knex": "3.1.0",
"mysql": "2.18.1",
"mysql2": "3.16.3",
"objection": "3.1.5",
"prisma": "6.19.2"
}
}