{ "name": "@faktorfi/stack-program", "description": "Faktor stack program client", "version": "0.1.12", "type": "module", "license": "ISC", "homepage": "https://github.com/faktorfi/faktor", "bugs": "https://github.com/faktorfi/faktor/issues", "main": "dist/faktorfi-stack-program.cjs", "module": "dist/faktorfi-stack-program.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "author": "Faktor", "publishConfig": { "access": "public" }, "scripts": { "clean": "rimraf --no-glob ./dist ./tsconfig.tsbuildinfo ./.eslintcache", "build": "yarn clean && cross-env NODE_ENV=production microbundle --tsconfig ./tsconfig.json", "publish": "yarn npm publish" }, "dependencies": { "@faktorfi/utils": "workspace:^", "@project-serum/anchor": "^0.20.1", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.31.0", "bs58": "^4.0.1" }, "devDependencies": { "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "@types/node": "^17.0.5", "chai": "^4.3.4", "cross-env": "^7.0.3", "microbundle": "^0.14.2", "mocha": "^8.4.0", "rimraf": "^3.0.2", "ts-mocha": "^8.0.0", "ts-node": "^10.4.0", "typescript": "^4.5.4" } }