tiny-webcrypto
Version:
A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.
35 lines (34 loc) • 849 B
JSON
{
"name": "tiny-webcrypto",
"repository": "github:fabiospampinato/tiny-webcrypto",
"description": "A tiny isomorphic WebCrypto object, it just gives you the native one the current platform provides.",
"license": "MIT",
"version": "1.0.3",
"type": "module",
"main": "dist/node.js",
"types": "./dist/node.d.ts",
"exports": {
"node": "./dist/node.js",
"default": "./dist/browser.js"
},
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"isomoprhic",
"webcrypto",
"browser",
"node"
],
"devDependencies": {
"@types/node": "^18.19.70",
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}