{
  "name": "test-crema-sdk",
  "version": "2.0.19",
  "description": "the front sdk for crema swap",
  "license": "MIT",
  "scripts": {
    "cli": "ts-node ./cli/main.ts",
    "build": "rm -fr dist/ && tsc -P ./tsconfig.esm.json && tsc -P ./tsconfig.cjs.json",
    "test:unit": "yarn mocha ./test/* --require ts-node/register"
  },
  "dependencies": {
    "@project-serum/serum": "^0.13.64",
    "@saberhq/eslint-config": "^1.12.66",
    "@saberhq/solana-contrib": "^1.12.66",
    "@saberhq/token-utils": "^1.12.66",
    "@saberhq/tsconfig": "^1.12.66",
    "@solana/buffer-layout": "^4.0.0",
    "@solana/spl-token": "^0.2.0",
    "@solana/web3.js": "^1.36.0",
    "bn.js": "^5.2.0",
    "bs58": "^5.0.0",
    "decimal.js": "^10.3.1",
    "jsbi": "^4.2.0",
    "tiny-invariant": "^1.2.0"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.0",
    "@solana/spl-token-v2": "npm:@solana/spl-token@0.2.0",
    "@types/bn.js": "^5.1.0",
    "@types/bs58": "^4.0.1",
    "@types/chai": "^4.2.22",
    "@types/inquirer": "^8.2.0",
    "@types/lodash": "^4.14.180",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.23",
    "@types/prettier": "^2.4.4",
    "chai": "^4.3.4",
    "commander": "^9.1.0",
    "console-table-printer": "^2.10.0",
    "eslint": "^8.10.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.25.4",
    "inquirer": "^8.2.2",
    "lodash": "^4.17.21",
    "mocha": "^9.1.3",
    "prettier": "^2.5.1",
    "ts-node": "^10.4.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.3.5",
    "yaml": "next"
  },
  "files": [
    "dist"
  ],
  "lint-staged": {
    "*.{ts,tsx}": "eslint --cache --fix",
    "*.{js,json,jsx,html,css,md}": "prettier --write"
  },
  "publishConfig": {
    "access": "public"
  },
  "typings": "dist/cjs/src/index.d.ts",
  "main": "dist/cjs/src/index.js",
  "module": "dist/ems/src/index.js",
  "packageManager": "yarn@3.2.0"
}
