-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.orig
51 lines (51 loc) · 1.1 KB
/
package.json.orig
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
{
"name": "ucanto-test",
"version": "1.0.0",
"description": "",
"main": "./lib/index.js",
"type": "module",
"scripts": {
"test": "mocha",
"build": "tsc --declaration",
"lint": "tslint -c tslint.json src/**/*.ts",
"prepublish": "npm run build",
"start": "npx ts-node src"
},
"directories": {
"lib": "./lib",
"src": "./src",
"test": "./src"
},
"author": "",
"license": "ISC",
"dependencies": {
<<<<<<< Updated upstream
"@ipld/dag-ucan": "^1.2.3-beta",
"it-all": "^1.0.6",
=======
"@ipld/dag-ucan": "^1.2.4-beta",
"@web-std/fetch": "^4.1.0",
>>>>>>> Stashed changes
"multiformats": "^9.6.4",
"ucan-storage": "^1.2.0",
"ucanto": "0.1.0-beta",
"uint8arrays": "^3.0.0"
},
"files": [
"./bin/*",
"./lib/*"
],
"typings": "./lib/index.d.ts",
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@web-std/fetch": "^4.1.0",
"conf": "^10.1.2",
"mocha": "^10.0.0",
"ora": "^6.1.0",
"subprogram": "^1.2.0",
"ts-node": "^10.7.0",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
}
}