Skip to content

Commit

Permalink
Bug fixes and project restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
Frusadev committed Nov 23, 2024
1 parent df9e7c7 commit 72af7ea
Show file tree
Hide file tree
Showing 9 changed files with 700 additions and 580 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "smdparser",
"module": "parser.ts",
"module": "src/test.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"test": "bun run src/test.ts"
}
}
}
Loading

0 comments on commit 72af7ea

Please sign in to comment.