-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 999 Bytes
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
{
"name": "deeplm",
"version": "1.6.0",
"private": true,
"description": "Grammar correction, translation styles, and tense practice in the browser. FastAPI + Next.js with Hugging Face or Groq.",
"homepage": "https://deep-lm.vercel.app",
"license": "MIT",
"author": "Master2iT",
"repository": {
"type": "git",
"url": "git+https://github.com/master2it/DeepLM.git"
},
"bugs": {
"url": "https://github.com/master2it/DeepLM/issues"
},
"keywords": [
"deeplm",
"grammar",
"spell-checker",
"translation",
"tenses",
"persian",
"german",
"huggingface",
"groq",
"fastapi",
"nextjs",
"pwa",
"language-learning"
],
"contributors": [
{
"name": "Master2iT",
"url": "https://github.com/master2it"
}
],
"scripts": {
"dev": "npm run dev --prefix frontend",
"build": "npm run build --prefix frontend",
"start": "npm run start --prefix frontend"
},
"engines": {
"node": ">=20"
}
}