forked from transmute-industries/verifiable-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.93 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@transmute/vc-status-rl-2020",
"author": "Orie Steele",
"module": "dist/vc-status-rl-2020.esm.js",
"version": "0.7.0-unstable.66",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/vc-status-rl-2020",
"repository": {
"type": "git",
"url": "https://github.com/transmute-industries/verifiable-data.git",
"directory": "packages/vc-status-rl-2020"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint src --fix",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"size-limit": [
{
"path": "dist/vc-status-rl-2020.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/vc-status-rl-2020.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.2",
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.66",
"size-limit": "^4.9.2",
"ts-jest": "^27.1.3",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"dependencies": {
"@transmute/compressable-bitstring": "^0.7.0-unstable.66",
"@transmute/credentials-context": "^0.7.0-unstable.66",
"@transmute/did-context": "^0.7.0-unstable.66",
"@transmute/did-key-ed25519": "^0.2.1-unstable.37",
"@transmute/linked-data-proof": "0.2.1-unstable.10",
"@transmute/revocation-list-context": "^0.7.0-unstable.66",
"@transmute/security-context": "^0.7.0-unstable.66",
"@transmute/vc.js": "^0.7.0-unstable.66"
},
"gitHead": "37f52c102233963d1369862e104df87dd4c5d063"
}