-
Notifications
You must be signed in to change notification settings - Fork 58
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
2 changed files
with
9 additions
and
157 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 |
---|---|---|
|
@@ -38,69 +38,23 @@ | |
"author": "Lucemans <[email protected]>", | ||
"license": "MIT", | ||
"scripts": { | ||
"tenv": "ens-test-env -c ./ens-test-env.config.cjs -a", | ||
"denv": "pnpm tenv start -ns -nb --extra-time 11368000 --verbosity 1", | ||
"anvil": "pnpm denv --no-graph", | ||
"start": "ts-node --files src/index.test.ts", | ||
"test": "vitest --no-file-parallelism", | ||
"test:watch": "vitest --watch --no-file-parallelism", | ||
"clean": "rm -rf ./dist ./README.md ./LICENSE", | ||
"clean": "rm -rf ./dist", | ||
"lint": "eslint ./src/* --no-error-on-unmatched-pattern", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.build.json --module es2022 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", | ||
"build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", | ||
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", | ||
"tsn": "TS_NODE_PROJECT=tsconfig.node.json node --loader ts-node/esm", | ||
"prepublish": "pnpm build && cp ../../README.md ../../LICENSE ./", | ||
"prepack": "pnpm tsn ./scripts/prepack.ts", | ||
"ver": "pnpm tsn ./scripts/updateVersion.ts", | ||
"generateDocs": "pnpm tsn ./scripts/generateDocs.ts", | ||
"rcBranchVersion": "pnpm tsn ./scripts/rcBranchVersion.ts" | ||
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types" | ||
}, | ||
"dependencies": { | ||
"@adraffy/ens-normalize": "1.10.1", | ||
"@ensdomains/address-encoder": "1.1.1", | ||
"@ensdomains/content-hash": "3.1.0-rc.1", | ||
"@ensdomains/dnsprovejs": "^0.5.1", | ||
"@ensdomains/ensjs": "workspace:*", | ||
"abitype": "^1.0.0", | ||
"dns-packet": "^5.3.1", | ||
"graphql": "^16.3.0", | ||
"graphql-request": "6.1.0", | ||
"pako": "^2.1.0" | ||
"@ensdomains/ensjs": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@ensdomains/buffer": "^0.0.13", | ||
"@ensdomains/ens-contracts": "1.0.0", | ||
"@ensdomains/ens-test-env": "workspace:*", | ||
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers", | ||
"@openzeppelin/contracts": "^4.5.0", | ||
"@openzeppelin/test-helpers": "^0.5.16", | ||
"@swc/core": "^1.3.61", | ||
"@types/bn.js": "^5.1.0", | ||
"@types/jsonfile": "^6.1.4", | ||
"@types/node": "^20.3.3", | ||
"@types/pako": "^2.0.0", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"cbor": "^8.1.0", | ||
"dotenv": "^16.0.0", | ||
"esbuild": "^0.15.6", | ||
"ethers": "^5.7.2", | ||
"glob": "^8.0.3", | ||
"happy-dom": "^13.3.8", | ||
"hardhat": "2.16.1", | ||
"hardhat-abi-exporter": "^2.8.0", | ||
"hardhat-deploy": "^0.11.12", | ||
"jsonfile": "^6.1.0", | ||
"multiformats": "^12.0.1", | ||
"solc": "^0.8.13", | ||
"ts-node": "^10.9.2", | ||
"typedoc": "^0.24.8", | ||
"typedoc-plugin-markdown": "^4.0.0-next.16", | ||
"typescript": "5.3.2", | ||
"viem": "2.9.2", | ||
"vitest": "^1.3.1", | ||
"wait-on": "^6.0.1", | ||
"tslib": "^2.7.0" | ||
}, | ||
"peerDependencies": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.