UNPKG

1.19 kBJSONView Raw
1{
2 "author": "Florian Imdahl <git@ffflorian.de>",
3 "bin": {
4 "xkcdjs": "dist/cli.js"
5 },
6 "dependencies": {
7 "axios": "0.21.1",
8 "commander": "7.0.0"
9 },
10 "description": "An xkcd API client with a CLI.",
11 "devDependencies": {
12 "@types/jasmine": "3.6.3",
13 "@types/node": "~14",
14 "http-status-codes": "2.1.4",
15 "jasmine": "3.6.4",
16 "nock": "13.0.6",
17 "rimraf": "3.0.2",
18 "ts-node": "9.1.1",
19 "typedoc": "0.18.0",
20 "typescript": "4.1.3"
21 },
22 "engines": {
23 "node": ">= 10.9"
24 },
25 "files": [
26 "dist"
27 ],
28 "keywords": [
29 "api",
30 "cli",
31 "typescript",
32 "xkcd"
33 ],
34 "license": "GPL-3.0",
35 "main": "dist/index.js",
36 "name": "@ffflorian/xkcdjs",
37 "repository": "https://github.com/ffflorian/api-clients/tree/main/packages/xkcdjs",
38 "scripts": {
39 "build:ts": "tsc",
40 "build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/xkcdjs",
41 "clean": "rimraf dist",
42 "dist": "yarn clean && yarn build:ts",
43 "start": "ts-node src/cli.ts",
44 "test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine"
45 },
46 "version": "3.0.3",
47 "gitHead": "7d5cd9de9585df5bedb6fc6e100c191f637060a0"
48}