{ "name": "@solana/spl-token-swap", "version": "0.0.4", "description": "SPL Token Swap JavaScript API", "license": "MIT", "author": "Solana Maintainers ", "homepage": "https://solana.com/", "repository": { "type": "git", "url": "https://github.com/solana-labs/solana-program-library" }, "bugs": { "url": "https://github.com/solana-labs/solana-program-library/issues" }, "publishConfig": { "access": "public" }, "main": "lib/index.cjs.js", "module": "lib/index.esm.js", "types": "lib/index.d.ts", "files": [ "/lib", "/module.flow.js" ], "testnetDefaultChannel": "v1.3.17", "scripts": { "build": "rollup -c", "start": "babel-node --ignore node_modules cli/main.js", "lint": "npm run pretty && eslint .", "lint:fix": "npm run pretty:fix && eslint . --fix", "flow": "flow", "flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/", "lint:watch": "watch 'npm run lint:fix' . --wait=1", "build:program": "rm -f client/util/store/config.json; cargo build-bpf --manifest-path ../program/Cargo.toml", "cluster:localnet": "rm -f .env", "cluster:devnet": "cp cluster-devnet.env .env", "cluster:testnet": "cp cluster-testnet.env .env", "cluster:mainnet-beta": "cp cluster-mainnet-beta.env .env", "localnet:update": "solana-localnet update", "localnet:up": "rm -f client/util/store/config.json; set -x; solana-localnet down; set -e; solana-localnet up", "localnet:down": "solana-localnet down", "localnet:logs": "solana-localnet logs -f", "pretty": "prettier --check '{,cli*/**/}*.[jt]s'", "pretty:fix": "prettier --write '{,cli*/**/}*.[jt]s'" }, "keywords": [], "dependencies": { "@babel/runtime": "^7.11.2", "@solana/web3.js": "^0.88.0", "bn.js": "^5.1.3", "buffer-layout": "^1.2.0", "dotenv": "8.2.0", "json-to-pretty-yaml": "^1.2.2", "mkdirp": "1.0.4" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/node": "^7.10.5", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-transform-runtime": "^7.11.5", "@babel/preset-env": "^7.11.0", "@babel/preset-flow": "^7.10.4", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^17.0.0", "babel-eslint": "^10.1.0", "eslint": "^7.9.0", "eslint-plugin-import": "^2.22.0", "flow-bin": "0.138.0", "flow-typed": "^3.2.0", "mz": "^2.7.0", "prettier": "^2.1.2", "rollup": "^2.27.1", "rollup-plugin-copy": "^3.3.0", "watch": "^1.0.2" }, "engines": { "node": ">= 10" } }