{
  "name": "@tanker/identity",
  "version": "3.3.1",
  "description": "Tanker Identity SDK",
  "author": "Tanker Team",
  "license": "Apache-2.0",
  "main": "dist/node/index.js",
  "module": "dist/es/index.js",
  "browser": "dist/browser/index.js",
  "types": "dist/types/index.d.js",
  "files": [
    "dist/",
    "README.md",
    "package.json",
    "LICENSE"
  ],
  "scripts": {
    "test": "cd ../..; yarn test:identity"
  },
  "homepage": "https://tanker.io/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TankerHQ/identity-js.git"
  },
  "bugs": {
    "url": "https://github.com/TankerHQ/identity-js/issues"
  },
  "dependencies": {
    "@tanker/crypto": "^2.24.1",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@tanker/test-utils": "0.0.1"
  }
}
