UNPKG

c3nav

Version:

A c3nav API client

39 lines (38 loc) 895 B
{ "author": "Florian Imdahl <git@ffflorian.de>", "dependencies": { "axios": "1.12.2" }, "description": "A c3nav API client", "devDependencies": { "@types/node": "~24", "rimraf": "6.0.1", "typedoc": "0.28.13", "typescript": "5.9.2" }, "engines": { "node": ">= 10.9" }, "files": [ "dist" ], "keywords": [ "api", "c3nav", "ccc" ], "license": "GPL-3.0", "main": "dist/index.js", "name": "c3nav", "repository": "https://github.com/ffflorian/api-clients/tree/main/packages/c3nav", "scripts": { "build:ts": "tsc", "build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/c3nav src/index.ts", "clean": "rimraf dist", "dist": "yarn clean && yarn build:ts", "test": "exit 0" }, "types": "dist/index.d.ts", "version": "3.3.6", "gitHead": "22186f8b355138f8a7361cc0b4a6cbcfb60fab19" }