@ffflorian/xkcdjs
Version:
An xkcd API client with a CLI.
47 lines (46 loc) • 1.17 kB
JSON
{
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"@ffflorian/api-client": "2.5.1",
"commander": "14.0.3"
},
"description": "An xkcd API client with a CLI.",
"devDependencies": {
"@types/node": "~24",
"http-status-codes": "2.3.0",
"nock": "14.0.11",
"rimraf": "6.1.3",
"tsx": "4.21.0",
"typedoc": "0.28.18",
"typescript": "6.0.2",
"vitest": "4.1.2"
},
"engines": {
"node": ">= 21"
},
"exports": "./dist/index.js",
"files": [
"dist"
],
"keywords": [
"api",
"api-client",
"cli",
"xkcd"
],
"license": "GPL-3.0",
"name": "@ffflorian/xkcdjs",
"readme": "https://github.com/ffflorian/api-clients#readme",
"repository": "https://github.com/ffflorian/api-clients.git",
"scripts": {
"build": "yarn build:ts",
"build:ts": "tsc -p tsconfig.build.json",
"build:docs": "typedoc --tsconfig tsconfig.build.json --options ../../typedoc.json --out ../../docs/packages/xkcdjs src/index.ts",
"clean": "rimraf dist",
"dist": "yarn clean && yarn build",
"start": "tsx src/cli.ts",
"test": "vitest"
},
"version": "3.4.7"
}