-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 880 Bytes
/
package.json
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
{
"name": "ati18n",
"description": "",
"version": "1.0.0",
"main": "./dist/ati18n/index.js",
"scripts": {
"start": "node ./dist/ati18n/index.js",
"build": "tsc",
"dev": "tsc && node ./dist/ati18n/index.js"
},
"author": "Cs4K1Sr4C",
"license": "ISC",
"devDependencies": {
"@clack/prompts": "^0.6.3",
"@types/chalk": "^2.2.0",
"@types/chalk-animation": "^1.6.1",
"@types/i18n": "^0.13.6",
"@types/node": "^20.2.1",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"langchain": "^0.0.78",
"next-i18next": "^13.2.2",
"path": "^0.12.7",
"picocolors": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@huggingface/inference": "^1.8.0",
"@prisma/client": "^4.14.1",
"asyncio": "^0.0.2",
"i18n": "^0.15.1",
"redis": "^4.6.6",
"typeorm": "^0.3.16"
}
}