-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "@li0ard/tsemrtd",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "0.2.0",
"type": "module",
"author": "li0ard",
"repository": {
"type": "git",
"url": "git+https://github.com/li0ard/tsemrtd.git"
},
"bugs": {
"url": "https://github.com/li0ard/tsemrtd/issues"
},
"homepage": "https://github.com/li0ard/tsemrtd#readme",
"description": "simple library for eMRTD. supports browsers, node, bun and more!",
"license": "MIT",
"scripts": {
"build": "rm -rf dist/ && tsc --project tsconfig.build.json",
"docs": "typedoc --options .config/typedoc/config.cjs"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node-tlv": "^1.5.4",
"typedoc": "^0.26.6"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@peculiar/asn1-cms": "^2.3.13",
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/asn1-x509": "^2.3.13",
"node-tlv": "^1.5.14"
}
}