-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "kiss-framework-example",
"version": "1.0.0",
"description": "example of how to use kiss-framework for server-side development project",
"main": "start-server.ts",
"type": "module",
"scripts": {
"start": "tsc; node dist/start-server.js",
"clean": "rm -rf dist node_modules package-lock.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@decorators/di": "^3.1.0",
"@decorators/express": "^3.0.0",
"@helia/dag-cbor": "^3.0.4",
"@helia/json": "^3.0.4",
"@helia/unixfs": "^3.0.6",
"@types/express": "^4.17.21",
"axios": "^1.7.2",
"blockstore-level": "^1.1.8",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"express": "^4.19.2",
"helia": "^4.2.3",
"kiss-framework": "^1.0.65",
"libp2p": "^1.5.0",
"multiformats": "^13.1.0",
"node-llama-cpp": "^2.8.11",
"pdf-parse-fork": "^1.2.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"ws": "^8.17.0"
}
}