{ "name": "source-region", "version": "0.1.0", "description": "Source text manipulation and span rendering utilities", "author": "Yura Dupyn ", "license": "GPL-3.0-or-later", "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit" }, "devDependencies": { "typescript": "^5.4.0" } }