this repo has no description

Update package.json

+2 -2
+2 -2
package.json
··· 1 1 { 2 2 "name": "tagged-string", 3 - "version": "0.0.1", 4 - "description": "Lightweight, zero-dependency TypeScript library for generating and extracting structured entity information from strings using tag-based syntax", 3 + "version": "0.1.0", 4 + "description": "Extract structured data from strings using tag-based syntax", 5 5 "license": "MIT", 6 6 "author": "tbeseda", 7 7 "repository": {