-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.14 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
{
"name": "verify4js-issuer",
"version": "1.0.1-fix",
"description": "Verify4js-issuer нь сертификат, диплом, дансны хуулга зэрэг бичиг баримтыг блокчэйн дээр баталгаажуулж өгөх https://github.com/corex-mn/certify-sc ухаалаг гэрээтэй харьцдаг javascript хэлний сан юм.",
"main": "/dist/index.js",
"types": "/dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc -p tsconfig.json"
},
"author": "Surenbayar Doloonjin",
"license": "MIT",
"files": [
"dist/**/*"
],
"dependencies": {
"crypto": "^1.0.1",
"fs": "^0.0.1-security",
"json": "^11.0.0",
"merkle-tools": "^1.4.1",
"pdf-lib": "^1.17.1",
"web3": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20.3.1",
"typescript": "^5.1.3"
},
"homepage": "https://github.com/teo-mn/verify4js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/teo-mn/verify4js.git"
},
"bugs": {
"url": "https://github.com/teo-mn/verify4js/issues"
}
}