UNPKG

@orca-so/wavebreak

Version:

The wavebreak JS client for interacting with the wavebreak program.

48 lines 1.12 kB
{ "name": "@orca-so/wavebreak", "description": "The wavebreak JS client for interacting with the wavebreak program.", "version": "2.0.0", "repository": { "type": "git", "url": "git+https://github.com/orca-so/wavebreak.git" }, "license": "CUSTOM", "keywords": [ "solana", "crypto", "defi", "dex", "launchpad" ], "author": "team@orca.so", "homepage": "https://orca.so", "type": "module", "main": "./dist/index.node.js", "browser": "./dist/index.browser.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md" ], "sideEffects": [ "./src/math/index.js" ], "peerDependencies": { "@solana/kit": "^3.0.2" }, "devDependencies": { "@solana/kit": "^3.0.2", "typescript": "^5.8.2", "vite": "^7.0.2", "vite-plugin-dts": "^4.5.3", "vite-plugin-static-copy": "^3.0.0", "vite-plugin-top-level-await": "^1.5.0", "vite-plugin-wasm": "^3.4.1", "vitest": "^3.0.9", "wasm-pack": "^0.13.1" }, "scripts": { "build": "vite build --mode browser && vite build --mode node", "test": "vitest run" } }