{
  "name": "@staratlas/crafting",
  "version": "1.1.0",
  "description": "Bindings for the Star Atlas Crafting2 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",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "test": "jest",
    "build:docs": "echo 'CRAFTING2 NOT PUBLIC, SKIPPING DOCS...'"
  },
  "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/data-source": "^0.8.0",
    "@staratlas/player-profile": "^0.11.0",
    "@types/lodash": "^4.14.191",
    "lodash": "^4.17.21"
  },
  "gitHead": "7962737e15690047a03746560c010c168338844d"
}
