-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "rareweave-prophet",
"version": "1.0.0",
"description": "This project was bootstrapped with Fastify-CLI.",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tap \"test/**/*.test.js\"",
"start": "fastify start -l error app.js --pluginTimeout 0 -p 8181",
"dev": "fastify start -l trace -P app.js --pluginTimeout 0 -p 8181"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"3em": "https://github.com/three-em/3em",
"@fastify/autoload": "^5.0.0",
"@fastify/leveldb": "^5.0.1",
"@fastify/sensible": "^4.1.0",
"@three-em/node": "^0.3.21",
"ardb": "^1.1.10",
"arweave": "^1.13.3",
"arweave-account": "^1.3.6",
"fastify": "^4.0.0",
"fastify-cli": "^4.4.0",
"fastify-plugin": "^3.0.0",
"ipx": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
"json5": "^2.2.3",
"level": "^8.0.0",
"leveldown": "^6.1.1",
"lmdb": "^2.7.11",
"node-fetch": "^3.3.1",
"surrealdb.js": "^0.5.0",
"undici": "^5.21.0",
"warp-contracts": "^1.2.56",
"warp-contracts-lmdb": "^1.1.9"
},
"devDependencies": {
"tap": "^16.1.0"
}
}