-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": ".",
"description": "",
"scripts": {
"postinstall": "motia install",
"dev": "motia dev",
"dev:debug": "motia dev --verbose",
"generate-types": "motia generate-types",
"build": "motia build",
"clean": "rm -rf dist node_modules python_modules .motia .mermaid",
"sync:schema": "ts-node ./node_modules/typeorm/cli.js schema:sync -d src/ormconfig.ts"
},
"keywords": [
"motia"
],
"dependencies": {
"bcryptjs": "^3.0.2",
"dotenv": "^17.2.1",
"exceljs": "^4.4.0",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.2",
"motia": "^0.6.1-beta.124",
"mysql2": "^3.14.4",
"nodemailer": "^7.0.6",
"pdfkit": "^0.17.2",
"reflect-metadata": "^0.2.2",
"sib-api-v3-sdk": "^8.5.0",
"typeorm": "^0.3.26",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/exceljs": "^0.5.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.3.0",
"@types/nodemailer": "^7.0.1",
"@types/pdfkit": "^0.17.3",
"@types/react": "^18.3.18",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}