{
  "name": "identinator",
  "version": "0.1.8",
  "description": "Parse MetaNet Identity information to display.",
  "author": "Peer-to-peer Privacy Systems Research, LLC",
  "license": "Open BSV License",
  "main": "./out/src/index.js",
  "types": "./out/src/index.d.ts",
  "files": [
    "out"
  ],
  "dependencies": {},
  "scripts": {
    "build": "tsc"
  },
  "eslintConfig": {
    "extends": []
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "standard": "^17.0.0",
    "typescript": "^5.3.3"
  }
}
