{
  "name": "@fractional-company/sdk",
  "version": "0.0.35",
  "description": "Fractional SDK",
  "keywords": [
    "ethereum",
    "blockchain",
    "crypto",
    "fractional",
    "tessera",
    "nft",
    "sdk",
    "sdk-js",
    "erc20",
    "erc721",
    "erc1155"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fractional-company/sdk.git"
  },
  "homepage": "https://github.com/fractional-company/sdk.git#readme",
  "bugs": {
    "url": "https://github.com/fractional-company/sdk.git/issues"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "author": {
    "name": "CryptoSamurai",
    "url": "https://fractional.art/"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "cm": "cz",
    "dev": "tsc --watch",
    "lint": "eslint . --ext .ts --fix",
    "prepare": "husky install",
    "prepublishOnly": "npm run build",
    "semantic-release": "semantic-release",
    "test:watch": "jest --watch",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit",
    "typechain": "typechain --target ethers-v5 --out-dir src/v2/contracts src/v2/abis/*.json",
    "proofs": "ts-node --transpile-only ./scripts/generateProofs.ts"
  },
  "lint-staged": {
    "*": "eslint . --ext .ts --fix"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@ryansonshine/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@fractional-company/common": "^1.2.92",
    "ethers": "^5.6.8"
  },
  "devDependencies": {
    "@ryansonshine/commitizen": "^4.2.8",
    "@ryansonshine/cz-conventional-changelog": "^3.3.4",
    "@typechain/ethers-v5": "^10.1.0",
    "@types/jest": "^26.0.24",
    "@types/node": "^12.20.11",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "dotenv": "^16.0.1",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^7.0.0",
    "jest": "^28.1.1",
    "lint-staged": "^10.5.4",
    "prettier": "^2.7.1",
    "semantic-release": "^19.0.2",
    "ts-jest": "^28.0.4",
    "ts-node": "^10.7.0",
    "typechain": "^8.1.0",
    "typescript": "^4.8.4"
  }
}
