29 lines
721 B
JSON
29 lines
721 B
JSON
{
|
|
"name": "@peculiar/webcrypto-types",
|
|
"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": [
|
|
"lib"
|
|
],
|
|
"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"
|
|
}
|
|
} |