signify-ts
Version:
Signing at the edge for KERI, ACDC, and KERIA
72 lines (71 loc) • 1.95 kB
JSON
{
"name": "signify-ts",
"version": "0.3.0-rc2",
"description": "Signing at the edge for KERI, ACDC, and KERIA",
"keywords": [
"keri",
"acdc",
"keria",
"signify",
"signify-ts",
"decentralized identity",
"authentic data",
"zero trust architecture"
],
"author": "Phil Feairheller",
"homepage": "https://github.com/WebOfTrust/signify-ts",
"repo": {
"type": "git",
"url": "git+https://github.com/WebOfTrust/signify-ts.git"
},
"bugs": {
"url": "https://github.com/WebOfTrust/signify-ts/issues"
},
"license": "Apache-2.0",
"exports": {
"import": "./dist/index.js"
},
"type": "module",
"files": [
"dist"
],
"scripts": {
"start": "npm run build -- --watch",
"generate:types": "node scripts/generate-types.js",
"build": "tsc -p tsconfig.build.json && tsc -p tsconfig.json --noEmit",
"test": "vitest",
"prepare": "tsc -p tsconfig.build.json",
"test:integration": "vitest -c vitest.integration.ts",
"lint": "eslint src test test-integration scripts",
"generate:docs": "typedoc src/index.ts",
"pretty": "prettier --write .",
"pretty:check": "prettier --check ."
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/libsodium-wrappers-sumo": "^0.7.5",
"@types/node": "^22.13.11",
"@vitest/coverage-v8": "^3.0.9",
"bip39": "^3.1.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"globals": "^16.4.0",
"minami": "^1.2.3",
"openapi-typescript": "^7.9.1",
"prettier": "^3.5.3",
"ts-mockito": "^2.6.1",
"typedoc": "^0.28.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.9"
},
"dependencies": {
"@noble/curves": "^1.8.1",
"@noble/hashes": "^1.3.2",
"base64-js": "^1.5.1",
"libsodium-wrappers-sumo": "^0.7.9",
"mathjs": "^12.4.0",
"structured-headers": "^0.5.0"
}
}