44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@peculiar/webcrypto-web",
|
|
"version": "3.0.0",
|
|
"description": "> TODO: description",
|
|
"author": "microshine <microshine@mail.ru>",
|
|
"homepage": "https://github.com/PeculiarVentures/webcrypto/tree/master/packages/webcrypto-types#readme",
|
|
"license": "MIT",
|
|
"types": "src/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/PeculiarVentures/webcrypto.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/PeculiarVentures/webcrypto/issues"
|
|
},
|
|
"dependencies": {
|
|
"@peculiar/asn1-schema": "^2.1.6",
|
|
"@peculiar/json-schema": "^1.1.12",
|
|
"@peculiar/webcrypto-core": "^3.0.0",
|
|
"@peculiar/webcrypto-types": "^3.0.0",
|
|
"@stablelib/sha3": "^1.0.1",
|
|
"asmcrypto.js": "^2.3.2",
|
|
"asn1js": "^3.0.5",
|
|
"des.js": "^1.0.1",
|
|
"elliptic": "https://github.com/mahrud/elliptic",
|
|
"pvtsutils": "^1.3.2",
|
|
"tslib": "^2.4.0"
|
|
}
|
|
} |