-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 983 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": "@web3-storage/content-claims-cli",
"version": "0.0.0",
"description": "CLI for generating and submitting content claims.",
"main": "bin.js",
"type": "module",
"bin": {
"claim": "bin.js"
},
"scripts": {
"test": "echo \"moar tests are here needed\"",
"lint": "standard"
},
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@ucanto/core": "^10.0.0",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"@web3-storage/content-claims": "file:../core",
"carstream": "^2.0.0",
"dotenv": "^16.3.1",
"multiformats": "^13.1.0",
"parse-duration": "^1.1.0",
"sade": "^1.8.1",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storacha/content-claims.git"
},
"bugs": {
"url": "https://github.com/storacha/content-claims/issues"
},
"homepage": "https://github.com/storacha/content-claims/tree/main/packages/cli"
}