purescript-threading/package.json

11 lines
178 B
JSON
Raw Normal View History

2024-05-14 16:41:29 +00:00
{
2024-07-16 17:55:45 +00:00
"name": "purescript-threading",
2024-07-17 17:08:07 +00:00
"version": "v0.0.3",
2024-05-14 16:41:29 +00:00
"type": "module",
2024-07-16 17:55:45 +00:00
"dependencies": {},
2024-05-14 16:41:29 +00:00
"devDependencies": {
2024-07-16 17:55:45 +00:00
"typescript": "^5.4.5",
"bun": "1.1.18"
2024-05-14 16:41:29 +00:00
}
}