UNPKG

nft-did-resolver

Version:
75 lines (74 loc) 2.07 kB
{ "name": "nft-did-resolver", "version": "3.0.0", "description": "DID Resolver for the NFT method", "keywords": [ "Ceramic", "DID", "identity", "Data" ], "author": "Joel Torstensson <oed3933@gmail.com>", "contributors": [ "Mike Roth <mike@manyuses.com>" ], "homepage": "https://github.com/ceramicnetwork/nft-did-resolver", "repository": { "type": "git", "url": "git://github.com/ceramicnetwork/nft-did-resolver.git" }, "license": "(Apache-2.0 OR MIT)", "main": "./lib/index.js", "type": "module", "exports": { ".": "./lib/index.js" }, "types": "./lib/index.d.ts", "directories": { "lib": "./lib" }, "files": [ "lib" ], "sideEffects": false, "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage", "build": "./node_modules/.bin/tsc --project tsconfig.build.json", "prepublishOnly": "npm run build", "prebuild": "npm run clean", "lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx", "clean": "rm -rf ./lib" }, "dependencies": { "@ceramicnetwork/common": "^2.20.0", "@ceramicnetwork/stream-caip10-link": "^2.15.0", "bignumber.js": "^9.0.1", "caip": "^1.1.0", "cross-fetch": "^3.1.4", "json-to-graphql-query": "^2.1.0", "merge-options": "^3.0.4", "tslib": "^2.3.0", "uint8arrays": "^4.0.3" }, "devDependencies": { "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.8", "@babel/preset-typescript": "^7.14.5", "@ceramicnetwork/blockchain-utils-linking": "^2.11.0", "@types/jest": "^27.4.1", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "babel-jest": "^27.0.6", "did-resolver": "^3.0.1", "eslint": "^8.13.0", "eslint-config-3box": "^0.4.1", "eslint-plugin-jest": "^26.1.4", "ethers": "~5.4.7", "ganache-core": "^2.13.2", "jest": "^29.4.3", "jest-environment-ceramic": "^0.17.0", "jest-fetch-mock": "^3.0.3", "prettier": "^2.3.2", "typescript": "^4.3.5" } }