Skip to content

Commit

Permalink
multiple entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrokonrad committed Jan 29, 2025
1 parent 3d73e34 commit 06bc967
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"name": "@spacebudz/lucid",
"version": "0.20.0",
"license": "MIT",
"exports": "./mod.ts",
"exports": {
".": "./mod.ts",
"./blueprint": "./blueprint.ts"
},
"author": "Alessandro Konrad",
"description": "Lucid is a library designed to simplify creating Cardano transactions and writing off-chain code for Plutus contracts.",
"repository": "https://github.com/spacebudz/lucid"
Expand Down

0 comments on commit 06bc967

Please sign in to comment.