{
  "name": "@notifi-network/notifi-core",
  "version": "1.1.2",
  "description": "The interfaces for the core functionality provided by the SDK",
  "author": "juni-notifi <hyungjoon.kim@notifi.network>",
  "homepage": "https://github.com/nimesh-irisio/notifi-sdk#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/notifi-network/notifi-sdk-ts.git"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rimraf ./dist",
    "compile": "tsc -p tsconfig.build.json",
    "format": "prettier --config .prettierrc **/*.ts --write",
    "lint": "eslint ."
  },
  "bugs": {
    "url": "https://github.com/notifi-network/notifi-sdk-ts/issues"
  },
  "dependencies": {
    "@notifi-network/notifi-graphql": "^1.1.2"
  },
  "devDependencies": {
    "rimraf": "^3.0.2"
  },
  "gitHead": "2374fbef231dccd037bc78114531d5abc0736e6a"
}
