UNPKG

@coral-xyz/barter-sdk

Version:
60 lines 1.66 kB
{ "name": "@coral-xyz/barter-sdk", "version": "0.1.2", "license": "GPL-3.0-only", "description": "Node.js client for the Barter protocol", "repository": { "type": "git", "url": "https://github.com/coral-xyz/barter.git" }, "homepage": "https://github.com/coral-xyz/barter/blob/master/typescript#readme", "bugs": { "url": "https://github.com/coral-xyz/barter/issues" }, "keywords": [ "solana", "barter", "protocol", "coral", "web3" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "engines": { "node": ">=16" }, "files": [ "lib" ], "browser": "./lib/browser/index.js", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/cjs/index.d.ts", "scripts": { "build": "yarn clean && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && rollup --config", "clean": "rm -rf ./lib", "lint": "eslint .", "test": "echo 'placeholder'", "prepublishOnly": "yarn lint && yarn test", "prepack": "yarn build && cp ../LICENSE . && cp ../README.md .", "postpack": "rm LICENSE README.md" }, "dependencies": { "@coral-xyz/anchor": "^0.27.0", "@solana/spl-token": "^0.3.7", "@solana/web3.js": "^1.74.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-typescript": "^11.1.0", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.8.0", "rollup": "^3.21.0", "typescript": "^5.0.2" } }