UNPKG

@civic/sol-did-idl

Version:

The official Solana IDL for did:sol

33 lines (32 loc) 764 B
{ "name": "@civic/sol-did-idl", "version": "3.3.0-alpha.1", "description": "The official Solana IDL for did:sol", "license": "MIT", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "author": "Martin Riedel <martin@identity.org>", "repository": "https://github.com/identity-com/sol-did", "homepage": "https://github.com/identity-com/sol-did", "files": [ "/dist" ], "keywords": [ "did", "solana", "identity", "did-method", "did-client" ], "scripts": { "clean": "shx rm -rf ./dist", "compile": "tsc -p tsconfig.json", "build": "yarn clean && yarn compile", "prepack": "yarn build" }, "dependencies": {}, "devDependencies": { "shx": "^0.3.4", "typescript": "^5.6.2" } }