forked from BlockDash-Studios/RustAcademy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "-rustacademy",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"test": "turbo run test"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"turbo": "^2.3.3",
"typescript": "^5.3.3"
},
"pnpm": {
"neverBuiltDependencies": [
"unrs-resolver"
]
},
"dependencies": {
"@types/uuid": "^10.0.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"node-fetch": "2",
"stellar-sdk": "^13.3.0",
"toml": "^3.0.0",
"uuid": "^14.0.1"
},
"version": "1.0.0",
"description": "> **A decentralized, AI-powered Rust programming academy on the Stellar blockchain — where learners earn XLM for completing tasks, tutors get rewarded for teaching, and a thriving developer community grows together.**",
"main": "send_test_payment.js",
"directories": {
"doc": "docs"
},
"keywords": [],
"author": "",
"license": "ISC"
}