chore: reset history
This commit is contained in:
commit
3a0b1a80c8
10 changed files with 355 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "wem",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.2.17"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/hjson": "^2.4.6",
|
||||
"commander": "^14.0.0",
|
||||
"hjson": "^3.2.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue