{
  "name": "@fugitivesclub/nft",
  "version": "0.0.4",
  "description": "A SDK for NFT creation with Hedera and FileCoin",
  "main": "dist/nft.js",
  "types": "dist/nft.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Fugitives-Club/nft.git"
  },
  "homepage": "https://github.com/Fugitives-Club/nft.git",
  "bugs": "https://github.com/Fugitives-Club/nft.git/nft/issues",
  "keywords": [
    "FugitivesClub",
    "Hedera",
    "IPFS",
    "SDK",
    "NFT",
    "Mint"
  ],
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "clean": "rm -rf dist/*",
    "build": "npm run clean && tsc && tsc-alias",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "test": "echo \"Error: no test specified\" && exit 1",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepare": "husky install && npm run build",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "author": "FugitivesClub <contact@fugitivesclub.com>",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^15.0.0",
    "@commitlint/config-conventional": "^15.0.0",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "eslint": "^8.5.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^7.0.4",
    "pinst": "^2.1.6",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "^2.5.1",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "@hashgraph/sdk": "^2.7.1",
    "axios": "^0.24.0",
    "js-logger": "^1.6.1",
    "mime-types": "^2.1.34",
    "nft.storage": "^5.2.0"
  }
}
