@transmute/x25519-key-pair
Version:
``` npm i @transmute/x25519-key-pair@latest --save ```
65 lines (64 loc) • 1.55 kB
JSON
{
"name": "@transmute/x25519-key-pair",
"author": "Orie Steele",
"module": "dist/x25519-key-pair.esm.js",
"version": "0.7.0-unstable.82",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/x25519-key-pair",
"repository": {
"type": "git",
"url": "https://github.com/transmute-industries/verifiable-data.git",
"directory": "packages/x25519-key-pair"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=16"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint src --fix",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"size-limit": [
{
"path": "dist/x25519-key-pair.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/x25519-key-pair.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.2",
"jose": "^2.0.3",
"size-limit": "^4.9.2",
"ts-jest": "^26.5.0",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"dependencies": {
"@stablelib/x25519": "^1.0.0",
"@transmute/ld-key-pair": "^0.7.0-unstable.82"
},
"gitHead": "6e77985eb585897d1b7abd352ee688e51fc66a06"
}