Skip to content

Commit

Permalink
builder package
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Dec 8, 2024
1 parent cef5331 commit 53b7543
Show file tree
Hide file tree
Showing 5 changed files with 739 additions and 0 deletions.
Empty file added packages/builder/CHANGELOG.md
Empty file.
4 changes: 4 additions & 0 deletions packages/builder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@0xsequence/builder
===================

See [0xsequence project page](https://github.com/0xsequence/sequence.js).
22 changes: 22 additions & 0 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "@0xsequence/builder",
"version": "2.1.7",
"description": "builder sub-package for Sequence",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/builder",
"source": "src/index.ts",
"main": "dist/0xsequence-builder.cjs.js",
"module": "dist/0xsequence-builder.esm.js",
"author": "Horizon Blockchain Games",
"license": "Apache-2.0",
"scripts": {
"test": "echo",
"typecheck": "tsc --noEmit"
},
"dependencies": {},
"peerDependencies": {},
"devDependencies": {},
"files": [
"src",
"dist"
]
}
Loading

0 comments on commit 53b7543

Please sign in to comment.