{
    "name": "never_launchpad",
    "version": "0.1.0",
    "description": "sdk for Never launchpad",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "./dist"
    ],
    "keywords": [
        "solana",
        "never",
        "launchpad"
    ],
    "scripts": {
        "pub": "rm -rf ./dist && tsc && npm version patch --force && npm publish --access public",
        "build": "tsc"
    },
    "dependencies": {
        "@coral-xyz/anchor": "^0.29.0",
        "@solana/spl-token": "^0.4.3",
        "mz": "^2.7.0"
    },
    "devDependencies": {
        "@types/bn.js": "^5.1.0",
        "@types/chai": "^4.3.0",
        "@types/mocha": "^9.0.0",
        "chai": "^4.3.4",
        "mocha": "^9.0.3",
        "prettier": "^2.6.2",
        "ts-mocha": "^10.0.0",
        "typescript": "^4.3.5"
    }
}