cla66ic/package.json

12 lines
199 B
JSON
Raw Permalink Normal View History

2024-04-28 15:33:00 +00:00
{
"name": "cla66ic",
"module": "index.ts",
"type": "module",
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"cbor-x": "^1.5.9",
2024-05-03 17:16:13 +00:00
"@types/bun": "latest"
2024-04-28 15:33:00 +00:00
}
}