UNPKG

ctan

Version:

CTAN (Comprehensive TeX Archive Network) API client for Node.js

46 lines 1.04 kB
{ "name": "ctan", "version": "0.1.0", "author": "@teatimeguest", "description": "CTAN (Comprehensive TeX Archive Network) API client for Node.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/teatimeguest/node-ctan.git" }, "bugs": { "url": "https://github.com/teatimeguest/node-ctan/issues" }, "homepage": "https://github.com/teatimeguest/node-ctan#readme", "keywords": [ "api", "ctan", "latex", "tex", "texlive" ], "engines": { "node": ">=14.13.1" }, "sideEffects": false, "main": "./cjs/index.js", "module": "./esm/index.js", "types": "./types/index.d.ts", "exports": { ".": { "import": "./esm/index.js", "require": "./cjs/index.js", "types": "./types/index.d.ts" }, "./*": { "import": "./esm/*/index.js", "require": "./cjs/*/index.js", "types": "./types/*/index.d.ts" } }, "dependencies": { "ajv": "^8.11.0", "node-fetch": "^3.2.10", "tslib": "^2.4.0" } }