{
  "name": "@eddits-org/identity-sdk",
  "version": "0.1.2-beta",
  "description": "A JavaScript SDK to interact with on-chain identities.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src/**/**.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Eddits-org/identity-sdk-js.git"
  },
  "keywords": [
    "EDDITS",
    "Identity",
    "Blockchain",
    "Decentralized",
    "ERC734",
    "ERC735",
    "InTech"
  ],
  "author": "Kevin Thizy <kevin.thizy@intech.lu>",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/Eddits-org/identity-sdk-js/issues"
  },
  "homepage": "https://github.com/Eddits-org/identity-sdk-js#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.15.0",
    "@typescript-eslint/parser": "^4.15.0",
    "eslint": "^7.19.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-prettier": "^3.3.1",
    "prettier": "^2.2.1",
    "typescript": "^4.1.4"
  }
}
