UNPKG

ts-regexp

Version:

A RegExp wrapper providing stronger type safety.

45 lines (44 loc) 1.05 kB
{ "name": "ts-regexp", "version": "0.1.5", "description": "A RegExp wrapper providing stronger type safety.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --clean", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "tsup": "^8.5.0", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "git+https://github.com/codpro2005/ts-regexp.git" }, "keywords": [ "regex", "regexp", "regular-expression", "typescript", "type-safe", "type-level" ], "author": "Danilo Furrer <danilo.furrer@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/codpro2005/ts-regexp/issues" }, "homepage": "https://github.com/codpro2005/ts-regexp#readme" }