UNPKG

@superstateinc/allowlist

Version:

TypeScript library for interacting with the Superstate Allowlist program on Solana

48 lines 1.12 kB
{ "name": "@superstateinc/allowlist", "version": "0.1.1", "description": "TypeScript library for interacting with the Superstate Allowlist program on Solana", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "solana", "spl-token", "allowlist", "superstate", "typescript" ], "author": "Superstate", "license": "MIT", "dependencies": { "@solana/spl-token": "^0.4.1", "@solana/web3.js": "^1.87.6", "borsh": "^2.0.0" }, "devDependencies": { "@types/jest": "^29.5.8", "@types/node": "^22.15.21", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "jest": "^29.7.0", "prettier": "^3.1.0", "ts-jest": "^29.1.1", "typescript": "^5.3.2" }, "files": [ "dist/" ], "repository": { "type": "git", "url": "https://github.com/superstate-holdings/webserver-clone" }, "engines": { "node": ">=16" }, "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" } }