UNPKG

onramp-docs-cli

Version:

CLI tool to set up Onramp documentation and integration in your project

51 lines 1.07 kB
{ "name": "onramp-docs-cli", "version": "1.0.1", "description": "CLI tool to set up Onramp documentation and integration in your project", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "onramp-docs": "bin/onramp-docs.js", "onramp-setup": "bin/onramp-setup.js" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "onramp", "offramp", "coinbase", "cdp", "fiat", "crypto", "documentation", "cli", "payments" ], "author": "mustbeash", "license": "MIT", "files": [ "dist/", "bin/", "src/templates/", "onramp-integration-prompt.md", "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" } }