0.0.7-alpha
Signed-off-by: T-Hax <>
This commit is contained in:
parent
2179a5bad2
commit
f63a99c27e
147 changed files with 49 additions and 5251781 deletions
|
@ -13,11 +13,14 @@
|
|||
"crypto",
|
||||
"zk"
|
||||
],
|
||||
"version": "0.0.2-alpha",
|
||||
"version": "0.0.7-alpha",
|
||||
"engines": {
|
||||
"node": "^18"
|
||||
},
|
||||
"main": "./build/index.js",
|
||||
"files": [
|
||||
"build/**/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ethersproject/abi": "^5.7.0",
|
||||
"@ethersproject/abstract-provider": "^5.7.0",
|
||||
|
@ -73,11 +76,6 @@
|
|||
"clean": "rm -rf --interactive=never docs/*",
|
||||
"format": "prettier src/**/*.ts -w"
|
||||
},
|
||||
"files": [
|
||||
"build/lib/**/*",
|
||||
"build/index.*",
|
||||
"build/types/**/*"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"include": ["./src"],
|
||||
"include": ["./src/*"],
|
||||
"exclude": ["node_modules"],
|
||||
"ts-node": {
|
||||
// Do not forget to `npm i -D tsconfig-paths`
|
||||
|
@ -8,7 +8,7 @@
|
|||
"compilerOptions": {
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~NODE 18 STANDARD~~~~~~~~~~~~~~~~~~~~~~~
|
||||
"target": "es2022",
|
||||
"module": "NodeNext",
|
||||
"module": "CommonJS",
|
||||
"lib": ["es2022"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue