Initial commit
This commit is contained in:
commit
e473389c04
8 changed files with 1312 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "packmd",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"marked": "^15.0.12"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue