this repo has no description

Update package.json

+5 -1
+5 -1
package.json
··· 1 1 { 2 2 "name": "tagged-string", 3 - "version": "0.0.0", 3 + "version": "0.0.1", 4 4 "description": "Lightweight, zero-dependency TypeScript library for extracting structured entity information from strings using tag-based syntax", 5 5 "license": "MIT", 6 6 "author": "tbeseda", 7 + "repository": { 8 + "type": "git", 9 + "url": "https://github.com/tbeseda/tagged-string" 10 + }, 7 11 "type": "module", 8 12 "main": "./dist/index.js", 9 13 "types": "./dist/index.d.ts",