-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 954 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 954 Bytes
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
{
"name": "@li0ard/bign",
"version": "0.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"author": "li0ard",
"repository": {
"type": "git",
"url": "git+https://github.com/li0ard/bign.git"
},
"bugs": {
"url": "https://github.com/li0ard/bign/issues"
},
"homepage": "https://github.com/li0ard/bign#readme",
"description": "Bign (STB 34.101.45) curves and DSA in pure TypeScript",
"license": "MIT",
"scripts": {
"build": "rm -rf dist/ && tsc --project tsconfig.build.json",
"docs": "typedoc --options .config/typedoc/config.cjs"
},
"devDependencies": {
"@types/bun": "latest",
"typedoc": "^0.28.13"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@li0ard/belt": "^0.1.5",
"@noble/curves": "^2.2.0"
},
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"keywords": ["stb", "crypto", "bign", "stb3410145"]
}