UNPKG

xchange-create

Version:
67 lines 1.65 kB
{ "name": "xchange-create", "version": "0.0.4", "description": "Create Xchange Project", "repository": { "type": "git", "url": "https://github.com/x7finance/xchange-create.git" }, "main": "dist/cli.js", "type": "module", "bin": "bin/xchange-create.js", "keywords": [ "cli-app", "cli", "smart-contract", "blockchain", "deployment", "gas-optimization", "cost-effective", "ethereum-tools", "crypto-deployment", "dapp-tools", "blockchain-cost", "eth-gas", "deployment-cost", "smart-contract-deployment", "evm-compatible" ], "license": "UNLICENSED", "devDependencies": { "@rollup/plugin-typescript": "11.1.6", "@types/inquirer": "9.0.7", "@types/listr": "0.14.9", "@types/ncp": "2.0.8", "@types/node": "20.14.2", "rollup": "4.18.0", "rollup-plugin-auto-external": "2.0.0", "tslib": "2.6.3", "typescript": "5.4.5" }, "dependencies": { "@changesets/cli": "^2.27.5", "arg": "5.0.2", "axios": "^1.7.2", "chalk": "5.3.0", "console-table-printer": "^2.12.0", "envfile": "~6.18.0", "execa": "7.1.1", "handlebars": "^4.7.8", "inquirer": "9.2.23", "listr": "0.14.3", "merge-packages": "^0.1.6", "ncp": "2.0.0", "pkg-install": "1.0.0", "viem": "^2.14.2" }, "engines": { "node": "20.x" }, "scripts": { "build": "rollup -c rollup.config.js", "dev": "rollup -c rollup.config.js --watch", "cli": "node bin/xchange-create.js", "test": "echo \"Error: no test specified\" && exit 1", "changeset:release": "npm run build && changeset publish" } }