-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
39 lines (39 loc) · 970 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
37
38
39
{
"name": "@ceramicnetwork/docid",
"version": "0.4.6",
"description": "Ceramic Document Ids",
"keywords": [
"ceramic",
"DocId"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "../../node_modules/.bin/jest --coverage",
"build": "../../node_modules/.bin/tsc -p tsconfig.json",
"prepublishOnly": "npm run build",
"prebuild": "npm run clean",
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
"clean": "rm -rf ./lib"
},
"author": "Zach Ferland <zachferland@gmail.com>",
"license": "(Apache-2.0 OR MIT)",
"directories": {
"lib": "lib"
},
"dependencies": {
"cids": "1.0.2",
"multibase": "3.0.1",
"multicodec": "2.0.0",
"typescript-memoize": "^1.0.0-alpha.4",
"uint8arrays": "^2.0.5",
"varint": "^6.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "34eeee25597b0a60def72906c26d3afd6230aaf1"
}