-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.59 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@shinkai_protocol/source",
"version": "0.9.0",
"description": "This repository serves as the ecosystem to execute Shinkai tools, provided by the Shinkai team or third-party developers, in a secure environment. It provides a sandboxed space for executing these tools, ensuring that they run safely and efficiently, while also allowing for seamless integration with Rust code.",
"main": "index.js",
"author": "",
"license": "SEE LICENSE IN LICENSE",
"files": [
"LICENSE"
],
"devDependencies": {
"@nx/eslint": "^19.3.1",
"@nx/eslint-plugin": "^19.3.1",
"@nx/jest": "^19.3.1",
"@nx/js": "19.3.1",
"@nx/linter": "^19.3.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.17.6",
"@types/minimist": "^1.2.5",
"@types/node": "^20.14.0",
"@types/nunjucks": "^3.2.6",
"@types/turndown": "^5.0.4",
"@types/whatwg-url": "^11.0.5",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.17.0",
"buffer": "^6.0.3",
"copyfiles": "^2.4.1",
"cpy-cli": "^5.0.0",
"crypto-browserify": "^3.12.0",
"enhanced-resolve": "^4.5.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"hygen": "^6.2.11",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"lodash": "^4.17.21",
"nx": "19.3.1",
"prettier": "^3.3.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"text-encoding-utf-8": "^1.0.2",
"ts-jest": "^29.1.0",
"ts-loader": "^9.5.1",
"ts-node": "10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.2",
"util": "^0.12.5"
},
"engines": {
"node": ">=22.6.x",
"npm": "10.x.x"
},
"dependencies": {
"@coinbase/coinbase-sdk": "^0.0.16",
"@nestjs/axios": "^3.0.3",
"ajv": "^7.2.4",
"chrome-paths": "^1.0.1",
"expr-eval": "^2.0.2",
"fastify": "^4.28.1",
"fastify-type-provider-zod": "^2.0.0",
"micro-eth-signer": "^0.10.0",
"minimist": "^1.2.8",
"networkanalysis-ts": "^1.0.0",
"nunjucks": "^3.2.4",
"openai": "^4.57.2",
"playwright": "^1.46.1",
"playwright-chromium": "^1.45.3",
"playwright-extra": "^4.3.6",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"tslib": "^2.3.0",
"turndown": "^7.2.0",
"viem": "^2.19.6",
"whatwg-url": "^14.0.0",
"youtube-transcript": "^1.2.1",
"zod": "^3.23.8"
}
}