UNPKG

@synet/credential

Version:

VC Credentials - Simple, Robust, Unit-based Verifiable Credentials service

59 lines (58 loc) 1.78 kB
{ "name": "@synet/credential", "version": "1.0.3", "description": "VC Credentials - Simple, Robust, Unit-based Verifiable Credentials service", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/synthetism/credential.git" }, "scripts": { "build": "tsc", "test": "vitest run", "dev:test": "vitest", "clean": "rm -rf dist", "prebuild": "npm run clean", "coverage": "vitest run --coverage", "lint": "biome lint ./src", "format": "biome format --write './src'", "prepublishOnly": "npm run lint && npm run test && npm run build", "version:dev": "npm version --no-git-tag-version prerelease --preid=dev", "version:patch": "npm version --no-git-tag-version patch", "version:minor": "npm version --no-git-tag-version minor", "version:major": "npm version --no-git-tag-version major", "publish:dev": "npm publish --registry=https://registry.dig.run/ --tag dev", "publish:prod": "npm publish --registry=https://registry.npmjs.org/", "demo": "tsx demo.ts" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@synet/did": "^1.0.5", "@synet/keys": "^1.0.6", "@types/node": "^22.15.31", "@vitest/coverage-v8": "^3.1.3", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.3" }, "keywords": [ "Synet", "Decentralized Identity", "Verifiable Credentials", "Synthetism", "Synthetic Minds Identity", "The future is not set", "DID is the future of identity" ], "author": "Synet Team", "homepage": "https://synthetism.ai", "license": "MIT", "dependencies": { "@synet/unit": "^1.0.5" } }