{
  "name": "@staratlas/sage",
  "version": "1.9.0-alpha.16",
  "description": "Bindings for the Star Atlas SAGE Starbased program",
  "author": "Kelvin Jayanoris <kelvin@staratlas.com>",
  "homepage": "https://build.staratlas.com/dev-resources/apis-and-data",
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/staratlasmeta/star-atlas-programs.git"
  },
  "files": [
    "dist",
    "src",
    "tests"
  ],
  "dependencies": {
    "@solana/spl-token": "^0.4.8",
    "@solana/web3.js": "^1.74.0",
    "@staratlas/anchor": "^0.25.0",
    "@staratlas/cargo": "1.1.0",
    "@staratlas/crafting": "1.1.0",
    "@staratlas/crew": "0.7.0",
    "@staratlas/data-source": "^0.8.0",
    "@staratlas/player-profile": "^0.11.0",
    "@staratlas/points": "1.1.0",
    "@staratlas/points-store": "1.1.0",
    "@staratlas/profile-faction": "^0.6.0",
    "@metaplex-foundation/mpl-bubblegum": "^4.1.0",
    "@metaplex-foundation/umi": "^0.9.2",
    "@metaplex-foundation/umi-eddsa-web3js": "^0.9.2",
    "@metaplex-foundation/umi-program-repository": "^0.9.2",
    "@metaplex-foundation/umi-web3js-adapters": "^0.9.2",
    "@types/lodash": "^4.14.191",
    "lodash": "^4.17.21"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "test": "jest",
    "build:docs": "echo 'SAGE STARBASED NOT PUBLIC, SKIPPING DOCS...'"
  }
}