cdp-docs-cli
Version:
CLI tool to set up CDP (Coinbase Developer Platform) documentation and integration in your project
60 lines (59 loc) • 1.34 kB
JSON
{
"name": "cdp-docs-cli",
"version": "1.0.1",
"description": "CLI tool to set up CDP (Coinbase Developer Platform) documentation and integration in your project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"cdp-docs": "bin/cdp-docs.js",
"cdp-setup": "bin/cdp-setup.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cdp",
"coinbase",
"developer-platform",
"wallet",
"blockchain",
"documentation",
"cli",
"base",
"ethereum",
"solana"
],
"author": "mustbeash",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/must-be-ash/cdp-docs-cli.git"
},
"homepage": "https://github.com/must-be-ash/cdp-docs-cli#readme",
"bugs": {
"url": "https://github.com/must-be-ash/cdp-docs-cli/issues"
},
"files": [
"dist/",
"bin/",
"src/templates/",
"README.md"
],
"dependencies": {
"fs-extra": "^11.2.0",
"commander": "^11.1.0",
"chalk": "^4.1.2",
"inquirer": "^8.2.6"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^8.2.10",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=16.0.0"
}
}