UNPKG

@loom-io/converter

Version:

Combines loom-io converters to convert from or to files

44 lines 1.05 kB
{ "name": "@loom-io/converter", "version": "0.12.11", "main": "dist/exports/lib.js", "types": "dist/exports/lib.d.ts", "author": "Cotton Coding", "description": "Combines loom-io converters to convert from or to files", "keywords": [ "loom-io", "loom-io-converter", "converter" ], "files": [ "dist" ], "type": "module", "peerDependencies": { "@loom-io/core": "^0.12.11" }, "exports": { ".": { "types": "./dist/exports/lib.d.ts", "import": "./dist/exports/lib.js" } }, "maintainers": [ { "name": "Wolfgang Rathgeb", "email": "ghost+npm@dropanote.de" } ], "homepage": "https://loom-io.cotton-coding.com", "repository": { "type": "git", "url": "https://github.com/cotton-coding/loom-io.git" }, "scripts": { "test": "vitest --typecheck.enabled --test-timeout=500", "test:ci": "npm run test -- --run --coverage", "lint": "eslint --ext .ts .", "lint:fix": "eslint --ext .ts . --fix", "build": "tsc --project tsconfig.json" } }