add types legacy

This commit is contained in:
cupcakearmy 2022-10-18 15:18:00 +02:00
parent 877a0cd564
commit 07751ac477
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

View File

@ -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",