tangled
alpha
login
or
join now
tbeseda.com
/
tagged-string
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Update package.json
tbeseda.com
5 months ago
83ea9351
e6bcd39d
+5
-1
1 changed file
expand all
collapse all
unified
split
package.json
+5
-1
package.json
reviewed
···
1
1
{
2
2
"name": "tagged-string",
3
3
-
"version": "0.0.0",
3
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
7
+
"repository": {
8
8
+
"type": "git",
9
9
+
"url": "https://github.com/tbeseda/tagged-string"
10
10
+
},
7
11
"type": "module",
8
12
"main": "./dist/index.js",
9
13
"types": "./dist/index.d.ts",