UNPKG

npmstandsfor

Version:

A command-line app that gets a random saying from the official npm-expansions GitHub repository

31 lines (30 loc) 690 B
{ "name": "npmstandsfor", "version": "1.0.3", "description": "A command-line app that gets a random saying from the official npm-expansions GitHub repository", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/xDrixxyz/npmstandsfor.git" }, "keywords": [ "npm", "sayings", "expansions" ], "author": "xDrixxyz", "license": "MIT", "bin": { "npmstandsfor": "./index.js" }, "bugs": { "url": "https://github.com/xDrixxyz/npmstandsfor/issues" }, "homepage": "https://github.com/xDrixxyz/npmstandsfor#readme", "dependencies": { "axios": "^0.18.0" } }