mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-22 08:46:27 +00:00
add types legacy
This commit is contained in:
parent
877a0cd564
commit
07751ac477
@ -1,17 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "occulto",
|
"name": "occulto",
|
||||||
"version": "2.0.0-rc.4",
|
"version": "2.0.0-rc.5",
|
||||||
"description": "crypt utility",
|
"description": "crypt utility",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/CupCakeArmy/occulto"
|
"url": "https://github.com/CupCakeArmy/occulto"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"isomorphic",
|
||||||
"crypto",
|
"crypto",
|
||||||
"chacha20",
|
|
||||||
"aes",
|
"aes",
|
||||||
"rsa",
|
"rsa"
|
||||||
"high level"
|
|
||||||
],
|
],
|
||||||
"author": "Niccolo Borgioli",
|
"author": "Niccolo Borgioli",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -22,6 +21,7 @@
|
|||||||
"pnpm": "7"
|
"pnpm": "7"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"types": "./dist/esm/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/esm/index.d.ts",
|
"types": "./dist/esm/index.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user