UNPKG

rainbows

Version:

Outputs a random number (`1 <= n <= 1000`) of 🌈's when you execute the program. (Pretty much useless.)

53 lines (52 loc) • 1.22 kB
{ "name": "rainbows", "version": "1.1.33", "author": "@unicorns", "bin": { "rainbows": "./bin/run" }, "bugs": "https://github.com/unicorns/rainbows/issues", "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.13.3", "@oclif/plugin-help": "^2.2.2", "tslib": "^1.10.0" }, "devDependencies": { "@oclif/test": "^1.2.5", "@types/chai": "^4.2.6", "@types/mocha": "^5.2.7", "@types/node": "^10.17.6", "chai": "^4.2.0", "eslint": "^5.16.0", "eslint-config-oclif": "^3.1.0", "eslint-config-oclif-typescript": "^0.1.0", "mocha": "^5.2.0", "nyc": "^14.1.1", "ts-node": "^8.5.4", "typescript": "^3.7.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/lib" ], "homepage": "https://github.com/unicorns/rainbows", "keywords": [ "rainbows" ], "license": "Apache-2.0", "main": "lib/index.js", "oclif": { "bin": "rainbows" }, "repository": "unicorns/rainbows", "scripts": { "posttest": "eslint . --ext .ts --config .eslintrc", "prepack": "rm -rf lib && tsc -b", "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }