-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
221 additions
and
169 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"formatRepository": false | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,44 +1,44 @@ | ||
{ | ||
"name": "minatokens-lib", | ||
"description": "MinaTokens API Library", | ||
"version": "0.12.5", | ||
"author": "DFST", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/node": "^22.10.2", | ||
"o1js": "^2.2.0", | ||
"ts-node": "^10.9.2", | ||
"typedoc": "^0.27.3", | ||
"typedoc-plugin-markdown": "^4.3.2", | ||
"typescript": "^5.7.2" | ||
}, | ||
"license": "Apache-2.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"build": "npm run build -w @minatokens/api && npm run build -w @minatokens/storage && npm run build -w @minatokens/token && npm run build -w @minatokens/upgradable && npm run build -w @minatokens/nft && npm run build -w @minatokens/abi", | ||
"release": "node --trace-uncaught --loader=ts-node/esm --enable-source-maps scripts/release.ts", | ||
"version": "node --trace-uncaught --loader=ts-node/esm --enable-source-maps scripts/version.ts", | ||
"openapi": "rdme openapi packages/api/open-api.yaml --update", | ||
"generate": "npm run generate -w @minatokens/api", | ||
"guides": "rdme docs guides", | ||
"docs": "rm -rf docs && typedoc && node --trace-uncaught --loader=ts-node/esm --enable-source-maps scripts/build-docs_v2.ts && rdme docs:prune guides --confirm && rdme docs docs", | ||
"clean": "rm -rf cache && rm -rf node_modules && rm -rf dist && rm -rf packages/*/node_modules && rm -rf packages/*/dist && rm package-lock.json", | ||
"compile": "npm run compile:devnet && npm run compile:mainnet", | ||
"compile:devnet": "CHAIN=devnet node --trace-uncaught --loader=ts-node/esm --enable-source-maps --test scripts/compile.ts && npm run build -w @minatokens/abi", | ||
"compile:mainnet": "CHAIN=mainnet node --trace-uncaught --loader=ts-node/esm --enable-source-maps --test scripts/compile.ts && npm run build -w @minatokens/abi", | ||
"docs": "rm -rf docs && typedoc && node --trace-uncaught --loader=ts-node/esm --enable-source-maps scripts/build-docs_v2.ts && rdme docs:prune guides --confirm && rdme docs docs", | ||
"format": "syncpack format", | ||
"generate": "npm run generate -w @minatokens/api", | ||
"guides": "rdme docs guides", | ||
"lint": "syncpack lint", | ||
"login": "npm login", | ||
"sync": "syncpack list-mismatches", | ||
"openapi": "rdme openapi packages/api/open-api.yaml --update", | ||
"rebuild": "npm run clean && npm i && npm run build", | ||
"compile:devnet": "CHAIN=devnet node --trace-uncaught --loader=ts-node/esm --enable-source-maps --test scripts/compile.ts && npm run build -w @minatokens/abi", | ||
"compile:mainnet": "CHAIN=mainnet node --trace-uncaught --loader=ts-node/esm --enable-source-maps --test scripts/compile.ts && npm run build -w @minatokens/abi", | ||
"compile": "npm run compile:devnet && npm run compile:mainnet" | ||
"release": "node --trace-uncaught --loader=ts-node/esm --enable-source-maps scripts/release.ts", | ||
"sync": "syncpack list-mismatches", | ||
"version": "node --trace-uncaught --loader=ts-node/esm --enable-source-maps scripts/version.ts" | ||
}, | ||
"type": "module", | ||
"workspaces": [ | ||
"packages/api", | ||
"packages/abi", | ||
"packages/nft", | ||
"packages/storage", | ||
"packages/token", | ||
"packages/upgradable" | ||
], | ||
"version": "0.12.2", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"o1js": "^2.2.0", | ||
"@types/node": "^22.10.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.7.2", | ||
"typedoc": "^0.27.3", | ||
"typedoc-plugin-markdown": "^4.3.2" | ||
} | ||
] | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.