Skip to content

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 19, 2024
1 parent 0958e8f commit 63d4ef3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
/build/micro-eth-signer.js
/lib
/index.js
/index.d.ts
/index.d.ts
/test/fixtures/*
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
"name": "micro-ordinals",
"version": "0.1.0",
"description": "Manage ordinals, inscriptions and runes using scure-btc-signer",
"files": [
"lib",
"src"
],
"bin": {
"ord": "lib/esm/cli.js"
},
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@scure/base": "1.1.6",
"@scure/btc-signer": "1.3.0",
"@scure/base": "~1.1.6",
"@scure/btc-signer": "~1.3.1",
"enquirer": "2.4.1",
"micro-packed": "0.5.3"
"micro-packed": "~0.5.3"
},
"devDependencies": {
"@paulmillr/jsbt": "0.1.0",
Expand All @@ -29,7 +33,15 @@
"format": "prettier --print-width 100 --single-quote --write src",
"test": "node test/index.test.js"
},
"keywords": [],
"keywords": [
"ordinal",
"inscription",
"rune",
"bitcoin",
"ordinals",
"inscriptions",
"btc"
],
"author": "Paul Miller (https://paulmillr.com)",
"repository": {
"type": "git",
Expand Down

0 comments on commit 63d4ef3

Please sign in to comment.