Skip to content

Commit 2413ea1

Browse files
anemone008Copilot
andauthored
[CAI-747] add parser app (#1996)
* Add package.json to parser app * Add changeset, update package-lock * Update apps/parser/package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4cd556e commit 2413ea1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.changeset/cuddly-pumas-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"parser": minor
3+
---
4+
5+
Create parser app

apps/parser/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "parser",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
}
7+
}

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)