Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Nov 21, 2024
1 parent 59885b1 commit c9f01cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions next-enterprise/expirator-service/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "expirator-service",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"module": "index.ts",
"scripts": {
"start": "bun run index.ts"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@sanity/client": "^6.22.5"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}
}

0 comments on commit c9f01cb

Please sign in to comment.