pumpswap
Version:
SDK for PumpSwap DEX
37 lines (36 loc) • 1.04 kB
JSON
{
"name": "pumpswap",
"version": "0.0.2",
"main": "dist/index.js",
"description": "SDK for PumpSwap DEX",
"keywords": ["pumpswap", "typescript"],
"homepage": "https://github.com/insulineru/pumpswap",
"bugs": {
"url": "https://github.com/insulineru/pumpswap/issues"
},
"author": "insuline.eth <insuline.ru@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/insulineru/pumpswap.git"
},
"scripts": {
"lint": "biome check .",
"lint:fix": "biome check --write .",
"build": "tsc",
"prepublishOnly": "bun run ci",
"local-release": "changeset version && changeset publish",
"ci": "bun run lint && bun run check-exports && bun run build",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm"
},
"files": ["dist"],
"type": "module",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"typescript": "^5.8.2"
},
"dependencies": {
"@arethetypeswrong/cli": "^0.17.4",
"@changesets/cli": "^2.28.1"
}
}