You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "modules",
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"fmt": "bun x prettier -w **/*.ts **/*.md *.md",
|
|
"fmt:ci": "bun x prettier --check **/*.ts **/*.md *.md"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|