-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 904 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
{
"name": "ceramic-test",
"version": "1.0.0",
"description": "This repository contains scripts to help with the deployment of Ceramic nodes.",
"main": "run.js",
"scripts": {
"deploy": "node scripts/composites.mjs",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ceramicnetwork/cli": "^3.2.0",
"@ceramicnetwork/common": "^3.2.0",
"@ceramicnetwork/http-client": "^3.2.0",
"@composedb/cli": "^0.6.1",
"@composedb/client": "^0.6.0",
"@composedb/devtools": "^0.6.1",
"@composedb/devtools-node": "^0.6.1",
"dids": "^4.0.4",
"fs": "^0.0.1-security",
"ora": "^6.1.2",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@composedb/types": "^0.6.0",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.3",
"uint8arrays": "^4.0.4"
}
}