UNPKG

@axelar-network/axelar-cgp-sui

Version:
100 lines (99 loc) 3.24 kB
{ "name": "@axelar-network/axelar-cgp-sui", "version": "1.1.3", "repository": { "type": "git", "url": "https://github.com/axelarnetwork/axelar-cgp-sui" }, "files": [ "dist", "move", "version.json", "tsconfig.json", "!move/**/build" ], "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/web/index.js", "types": "dist/cjs/index.d.ts", "exports": { ".": { "react-server": { "import": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts" }, "node": { "types": "./dist/cjs/index.d.ts", "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js" }, "browser": { "import": "./dist/web/index.js", "types": "./dist/web/types.d.ts" }, "default": "./dist/cjs/index.js", "types": "./dist/cjs/index.d.ts" } }, "scripts": { "build-move": "./scripts/run.sh build", "build-ts": "npm run build-ts:cjs && npm run build-ts:esm && npm run build-ts:web", "build-ts:cjs": "tsc -p tsconfig.cjs.json && node scripts/flatten.js dist/cjs", "build-ts:esm": "tsc -p tsconfig.esm.json && node scripts/flatten.js dist/esm", "build-ts:web": "tsc -p tsconfig.web.json && node scripts/flatten.js dist/web && node scripts/verify-web-build.js", "build": "npm run build-move && npm run build-ts", "test-move": "./scripts/run.sh test", "test-js": "npx mocha", "test": "npm run test-move && npm run test-js", "update-interfaces": "GOLDEN_TESTS=true npx mocha test/packages.js", "coverage": "./scripts/coverage.sh", "release": "npm run build && changeset publish", "release-snapshot": "npm run build && npm version 0.0.0-snapshot.$(git rev-parse --short HEAD) --git-tag-version=false && npm publish --no-git-checks --tag snapshot --access public", "cs": "changeset", "verify-web-build": "node scripts/verify-web-build.js", "lint": "eslint --fix './src/**/*.ts' './test/*.js'", "prettier": "prettier --write './src/**/*.ts' './test/*.js' './move/**/*.move'", "docs": "./scripts/docs.sh" }, "keywords": [ "axelar", "sui" ], "author": "axelar-network", "license": "MIT", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.2", "@mysten/sui": "^1.3.0", "deepbookv3": "github:axelarnetwork/deepbookv3#mainnet-v1.38.3", "ethers": "^5.0.0", "secp256k1": "^5.0.0", "smol-toml": "^1.3.0", "typescript": "^5.3.3" }, "devDependencies": { "@changesets/cli": "^2.27.6", "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@types/node": "^20.14.11", "@types/secp256k1": "^4.0.6", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "chai": "^4.3.7", "chalk": "^4.1.2", "diff": "^7.0.0", "dotenv": "^16.3.1", "eslint": "^8.57.0", "eslint-config-richardpringle": "^2.0.0", "mocha": "^10.4.0", "prettier": "^3.0.0", "prettier-plugin-sort-imports": "^1.8.5", "@mysten/prettier-plugin-move": "^0.2.2", "typescript": "^5.5.3" }, "description": "Axelar Sui Move contracts" }