UNPKG

@skeet-framework/solana-utils

Version:

Skeet Framework Plugin - Solana Utils

65 lines 1.8 kB
{ "name": "@skeet-framework/solana-utils", "version": "0.3.0", "description": "Skeet Framework Plugin - Solana Utils", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/elsoul/skeet.git" }, "keywords": [ "TypeScript", "Serverless", "Solana", "Web3js", "Web3", "Blockchain", "Skeet Plugin", "framework", "Validator Tools" ], "author": "ELSOUL LABO B.V.", "license": "Apache-2.0", "private": false, "bugs": { "url": "https://github.com/elsoul/skeet/issues" }, "homepage": "https://skeet.dev", "dependencies": { "@metaplex-foundation/mpl-token-metadata": "3.2.0", "@metaplex-foundation/umi": "0.9.1", "@metaplex-foundation/umi-bundle-defaults": "0.9.1", "@metaplex-foundation/umi-web3js-adapters": "0.9.1", "@solana/spl-token": "0.4.1", "@solana/web3.js": "1.91.3", "bs58": "^5.0.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/bs58": "^4.0.4", "@types/node": "20.12.5", "@types/node-fetch": "2.6.3", "@typescript-eslint/eslint-plugin": "7.5.0", "@typescript-eslint/parser": "7.5.0", "esbuild": "0.20.2", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", "nodemon": "3.1.0", "prettier": "3.2.5", "tsx": "4.7.2", "typedoc": "0.25.12", "typescript": "5.4.4", "vite": "5.2.8", "vite-tsconfig-paths": "4.3.2", "vitest": "1.4.0" }, "scripts": { "test": "vitest", "build": "rm -rf dist/ && tsx build.ts && tsc --emitDeclarationOnly && mv -f dist/src/* dist/ && rm -rf dist/src/ && pnpm build-doc", "build-doc": "typedoc src/index.ts --out docs", "dev": "npx tsx src/index.ts" } }