UNPKG

stray-bird

Version:

Show a random chapter of the 'Stray Birds'

41 lines (40 loc) 757 B
{ "name": "stray-bird", "version": "1.0.11", "description": "Show a random chapter of the 'Stray Birds'", "main": "index.js", "engines": { "node": ">=8" }, "bin": { "sb": "index.js", "stray-birds": "index.js" }, "scripts": { "test": "echo \"No test specified\" && exit 0", "release": "npx standard-version --no-verify" }, "keywords": [ "stray", "bird", "poem" ], "repository": { "type": "git", "url": "https://git.suntao.science/suntao/stray-bird.git" }, "author": { "name": "Tagore" }, "contributors": [ { "name": "Theo Sun", "email": "theo.sun@outlook.com" } ], "license": "MIT", "dependencies": { "axios": "^0.26.0", "colors": "^1.4.0" } }