generated from antfu/starter-ts
-
Notifications
You must be signed in to change notification settings - Fork 3
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 #2 from pawanpaudel93/feat/deploy-config
feat: deploy config
- Loading branch information
Showing
16 changed files
with
1,599 additions
and
1,054 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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"type": "module", | ||
"version": "0.1.4", | ||
"packageManager": "[email protected]", | ||
"description": "A package to deploy contract to AO", | ||
"description": "A package for deploying AO contracts", | ||
"author": "Pawan Paudel <[email protected]>", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/pawanpaudel93", | ||
|
@@ -52,30 +52,30 @@ | |
"prepare": "simple-git-hooks" | ||
}, | ||
"dependencies": { | ||
"@permaweb/aoconnect": "^0.0.51", | ||
"@permaweb/aoconnect": "^0.0.53", | ||
"ardb": "^1.1.10", | ||
"arweave": "^1.15.0", | ||
"arweave": "^1.15.1", | ||
"chalk": "^5.3.0", | ||
"commander": "^12.0.0", | ||
"ora": "^8.0.1", | ||
"jiti": "^1.21.0", | ||
"pretty-file-tree": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.14.0", | ||
"@antfu/eslint-config": "^2.16.1", | ||
"@antfu/ni": "^0.21.12", | ||
"@antfu/utils": "^0.7.7", | ||
"@types/node": "^20.12.7", | ||
"bumpp": "^9.4.0", | ||
"@types/node": "^20.12.8", | ||
"bumpp": "^9.4.1", | ||
"eslint": "^8.57.0", | ||
"esno": "^4.7.0", | ||
"lint-staged": "^15.2.2", | ||
"pnpm": "^8.15.7", | ||
"pnpm": "^8.15.8", | ||
"rimraf": "^5.0.5", | ||
"simple-git-hooks": "^2.11.1", | ||
"typescript": "^5.4.5", | ||
"unbuild": "^2.0.0", | ||
"vite": "^5.2.9", | ||
"vitest": "^1.5.0" | ||
"vite": "^5.2.11", | ||
"vitest": "^1.6.0" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm lint-staged" | ||
|
Oops, something went wrong.