@coral-xyz/soulbound
Version:
Node.js client for the soulbound protocol
63 lines (62 loc) • 1.68 kB
JSON
{
"name": "@coral-xyz/soulbound",
"version": "0.1.6",
"license": "GPL-3.0-only",
"description": "Node.js client for the soulbound protocol",
"repository": {
"type": "git",
"url": "https://github.com/coral-xyz/soulbound.git"
},
"homepage": "https://github.com/coral-xyz/soulbound/blob/master/typescript#readme",
"bugs": {
"url": "https://github.com/coral-xyz/soulbound/issues"
},
"keywords": [
"solana",
"xnft",
"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": "jest",
"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": {
"@jest/globals": "^29.3.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.3.1",
"rollup": "^3.20.2",
"ts-jest": "^29.0.3",
"typescript": "^5.0.2"
}
}