@syntropiq/xtrax
Version:
XTRAX - Serverless-ready TypeScript library for data processing and regex-based parsing applications
88 lines (87 loc) • 2.25 kB
JSON
{
"name": "@syntropiq/xtrax",
"version": "1.3.0",
"description": "XTRAX - Serverless-ready TypeScript library for data processing and regex-based parsing applications",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "devlux <info@syntropiq.com>",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/syntropiq/xtrax#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/syntropiq/xtrax.git"
},
"bugs": {
"url": "https://github.com/syntropiq/xtrax/issues"
},
"keywords": [
"typescript",
"regex",
"pcre",
"legal",
"data-processing",
"template-engine",
"json-validation",
"court-data",
"citation-parsing",
"python-compatible",
"reusable-components",
"serverless",
"cloudflare-workers",
"edge-computing",
"zero-dependencies"
],
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./pcre-utils": {
"import": "./dist/pcre-utils/index.js",
"types": "./dist/pcre-utils/index.d.ts"
},
"./template-engine": {
"import": "./dist/template-engine/index.js",
"types": "./dist/template-engine/index.d.ts"
},
"./data-processing": {
"import": "./dist/data-processing/index.js",
"types": "./dist/data-processing/index.d.ts"
}
},
"files": [
"dist/",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "bun run tsc",
"clean": "rm -rf dist/",
"test": "bun run vitest",
"test:coverage": "bun run vitest --coverage",
"prepublishOnly": "bun run clean && bun run build"
},
"peerDependencies": {
"@syntropiq/libpcre-ts": "latest",
"unidecode": "latest"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "latest",
"@edge-runtime/vm": "latest",
"@syntropiq/libpcre-ts": "latest",
"@types/node": "latest",
"@types/unidecode": "latest",
"@vitest/coverage-istanbul": "latest",
"@vitest/coverage-v8": "latest",
"typescript": "latest",
"unidecode": "latest",
"vitest": "latest",
"wrangler": "latest"
},
"engines": {
"node": ">=24.1.0"
}
}