-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #312 from lukecd/main
Adding: Irys Query Package, Irys Provenance Toolkit
- Loading branch information
Showing
11 changed files
with
676 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,6 @@ | |
.temp | ||
dist | ||
|
||
package.json | ||
package.json | ||
/src/guides/irysQueryPackage.md | ||
/src/references/irysQueryPackage.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"name": "cookbook", | ||
"version": "0.0.1", | ||
"description": "A collection of little developer guides to build on the permaweb", | ||
"main": "index.js", | ||
"authors": { | ||
"name": "Permaweb Builders", | ||
"email": "[email protected]" | ||
}, | ||
"repository": "twilson63/permaweb-cookbook/cookbook", | ||
"scripts": { | ||
"dev": "vuepress dev src", | ||
"build": "vuepress build src", | ||
"deploy": "npm run build && node deploy.mjs", | ||
"fmt": "prettier --single-quote --trailing-comma none --write src/.vuepress", | ||
"lint": "prettier --single-quote --trailing-comma none --check src/.vuepress" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@bundlr-network/client": "^0.9.11", | ||
"arweave": "^1.11.8", | ||
"prettier": "^2.8.4", | ||
"vuepress": "2.0.0-beta.61", | ||
"@vuepress/plugin-container": "2.0.0-beta.61", | ||
"@vuepress/plugin-medium-zoom": "2.0.0-beta.61", | ||
"@vuepress/plugin-search": "2.0.0-beta.61", | ||
"warp-contracts": "^1.2.37" | ||
}, | ||
"dependencies": { | ||
"@octokit/core": "^4.2.1", | ||
"@vuepress/plugin-container": "2.0.0-beta.61", | ||
"@vuepress/plugin-medium-zoom": "2.0.0-beta.61", | ||
"add-to-calendar-button": "^2.2.5", | ||
"bootstrap": "5.2.3", | ||
"dotenv": "^16.1.4", | ||
"openai": "^3.2.1" | ||
} | ||
} | ||
"name": "cookbook", | ||
"version": "0.0.1", | ||
"description": "A collection of little developer guides to build on the permaweb", | ||
"main": "index.js", | ||
"authors": { | ||
"name": "Permaweb Builders", | ||
"email": "[email protected]" | ||
}, | ||
"repository": "twilson63/permaweb-cookbook/cookbook", | ||
"scripts": { | ||
"dev": "vuepress dev src", | ||
"build": "vuepress build src", | ||
"deploy": "npm run build && node deploy.mjs", | ||
"fmt": "prettier --single-quote --trailing-comma none --write src/.vuepress", | ||
"lint": "prettier --single-quote --trailing-comma none --check src/.vuepress" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@bundlr-network/client": "^0.9.11", | ||
"arweave": "^1.11.8", | ||
"prettier": "^2.8.4", | ||
"vuepress": "2.0.0-beta.61", | ||
"@vuepress/plugin-container": "2.0.0-beta.61", | ||
"@vuepress/plugin-medium-zoom": "2.0.0-beta.61", | ||
"@vuepress/plugin-search": "2.0.0-beta.61", | ||
"warp-contracts": "^1.2.37" | ||
}, | ||
"dependencies": { | ||
"@octokit/core": "^4.2.1", | ||
"@vuepress/plugin-container": "2.0.0-beta.61", | ||
"@vuepress/plugin-medium-zoom": "2.0.0-beta.61", | ||
"add-to-calendar-button": "^2.2.5", | ||
"bootstrap": "5.2.3", | ||
"dotenv": "^16.1.4", | ||
"openai": "^3.2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.