{
	"name": "brickken-cli",
	"version": "0.4.13",
	"description": "Brickken CLI for Dapp API, x402-paid Agentic API, KYC, faucet, and RAMS workflows",
	"keywords": [
		"brickken",
		"cli",
		"x402",
		"erc-8004",
		"web3"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Brickken/brickken-api-cli.git"
	},
	"homepage": "https://github.com/Brickken/brickken-api-cli#readme",
	"bugs": {
		"url": "https://github.com/Brickken/brickken-api-cli/issues"
	},
	"license": "MIT",
	"private": false,
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"bin": {
		"brickken": "dist/index.js"
	},
	"files": [
		"dist",
		"skills"
	],
	"scripts": {
		"build": "tsc --project tsconfig.json",
		"test": "node --test",
		"release:check": "node scripts/release-check.js",
		"prepack": "npm run build",
		"publish:public": "pnpm publish --access public"
	},
	"dependencies": {
		"axios": "^0.27.2",
		"commander": "^14.0.3",
		"dotenv": "^14.2.0",
		"ethers": "^5.7.2",
		"source-map-support": "^0.5.19",
		"yaml": "^2.8.2"
	},
	"publishConfig": {
		"access": "public"
	},
	"packageManager": "pnpm@10.8.1",
	"engines": {
		"node": ">=18"
	},
	"devDependencies": {
		"typescript": "^4.6.2",
		"@types/node": "^22.14.1"
	}
}
