-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.14 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
{
"name": "@mostajs/orm-cli",
"version": "0.6.4",
"description": "Universal CLI to integrate @mostajs/orm into any project — one-shot `mostajs bootstrap` migrates a Prisma project (codemod + deps + schema convert + DDL) to 13 databases with zero code change.",
"author": "Dr Hamid MADANI <drmdh@msn.com>",
"license": "AGPL-3.0-or-later",
"type": "module",
"bin": {
"mostajs": "./bin/mostajs-launcher.cjs"
},
"files": [
"bin",
"LICENSE",
"README.md",
"llms.txt",
"CHANGELOG.md"
],
"keywords": [
"mostajs",
"orm",
"cli",
"prisma",
"openapi",
"json-schema",
"adapter",
"multi-database",
"schema-conversion",
"bridge"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apolocine/mosta-orm-cli.git"
},
"bugs": {
"url": "https://github.com/apolocine/mosta-orm-cli/issues"
},
"homepage": "https://github.com/apolocine/mosta-orm-cli#readme",
"engines": {
"node": ">=18.0.0"
},
"os": [
"linux",
"darwin",
"win32"
],
"dependencies": {
"@mostajs/orm": "^1.9.2",
"bcryptjs": "^2.4.3",
"better-sqlite3": "^12.9.0"
}
}