ipsased
Version:
UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "@acusti/webcrypto",
"version": "1.0.2",
"type": "module",
"sideEffects": false,
"exports": {
".": {
"node": "./dist/node.js",
"default": "./dist/browser.js"
}
},
"main": "./dist/node.js",
"browser": "./dist/browser.js",
"types": "./dist/browser.d.ts",
"files": [
"dist",
"src"
],
"description": "Isomorphic method for accessing the webcrypto API both from node.js and from the browser (including workers)",
"keywords": [
"webcrypto",
"crypto",
"isomorphic",
"universal",
"node",
"browser",
"workers",
"typescript",
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
"directory": "packages/webcrypto"
},
"author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/acusti/uikit/issues"
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/webcrypto#readme",
"engines": {
"node": ">=15"
},
"devDependencies": {
"@types/node": "^20.10.5",
"happy-dom": "^12.10.3",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
}
}