-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.04 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": "mindsnap",
"version": "1.0.0",
"description": "MindSnap - AI-powered learning platform with battle quizzes and blockchain rewards",
"private": true,
"workspaces": [
"frontend",
"agent",
"web3"
],
"scripts": {
"dev": "npm run dev --workspace=frontend",
"dev:all": "npm run dev:all --workspace=frontend",
"build": "npm run build --workspace=frontend",
"start": "npm run start --workspace=frontend",
"lint": "npm run lint --workspace=frontend",
"install:all": "npm install",
"clean": "npm run clean --workspaces --if-present",
"build:all": "npm run build --workspaces --if-present"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/mindsnap.git"
},
"keywords": [
"ai",
"learning",
"quiz",
"blockchain",
"education",
"flashcards"
],
"author": "MindSnap Team",
"license": "MIT"
}