UNPKG

@ffflorian/xkcdjs

Version:

An xkcd API client with a CLI.

47 lines (46 loc) 1.18 kB
{ "author": "Florian Keller <github@floriankeller.de>", "bin": { "xkcdjs": "dist/cli.js" }, "dependencies": { "@ffflorian/api-client": "0.5.1", "commander": "2.20.0", "fs-extra": "8.1.0" }, "description": "An xkcd API client with a CLI.", "devDependencies": { "@types/fs-extra": "8.0.0", "@types/jasmine": "3.3.13", "@types/nock": "10.0.3", "@types/node": "~12", "jasmine": "3.4.0", "nock": "10.0.6", "rimraf": "2.6.3", "ts-node": "8.3.0", "typedoc": "0.14.2", "typescript": "3.5.3" }, "files": [ "dist" ], "keywords": [ "api", "cli", "typescript", "xkcd" ], "license": "MIT", "main": "dist/index.js", "name": "@ffflorian/xkcdjs", "repository": "https://github.com/ffflorian/api-clients/tree/master/packages/xkcdjs", "scripts": { "build:ts": "tsc", "build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/xkcdjs", "clean": "rimraf dist", "dist": "yarn clean && yarn build:ts", "test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine" }, "version": "1.5.1", "gitHead": "f780bea9c48c3ce89768af6e745de0c0420b3a28" }