{
  "name": "@frakters/frakt-sdk",
  "version": "0.0.2",
  "description": "Frakt SDK for interacting with frakt.xyz protocols",
  "keywords": [
    "Frakt",
    "Solana"
  ],
  "author": "Vedamir Efanov",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest --config jestconfig.json",
    "format": "prettier --write \"src/**/*.ts\""
  },
  "dependencies": {
    "@metaplex-foundation/mpl-token-metadata": "1.2.3",
    "@metaplex/js": "4.12.0",
    "@project-serum/anchor": "0.22.1",
    "@solana/web3.js": "1.31.0"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.1",
    "@types/jest": "^27.4.1",
    "@types/mz": "^2.7.4",
    "@types/node": "^17.0.23",
    "@types/text-encoding": "^0.0.36",
    "chai": "^4.3.6",
    "jest": "^27.5.1",
    "mz": "^2.7.0",
    "prettier": "^2.6.2",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  }
}
