diff --git a/package.json b/package.json index 97b1807..2329323 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "titan.github.io", "description": "Unified token and contract list for Titan Mainnet and other Titan Chains.", - "version": "1.1.01", + "version": "1.1.02", "main": "dist/packages/index.js", "types": "dist/packages/index.d.ts", "homepage": "https://github.com/tokamak-network/titan.github.io#readme", @@ -35,6 +35,7 @@ "build:ci": "pnpm generate:ci && pnpm tsup --dts", "release": "pnpm build:ci && npm publish", "test": "jest --detectOpenHandles", + "test-package": "tsx ./test/index.test.ts", "lint:check": "eslint . --max-warnings=0", "lint:fix": "eslint --fix .", "lint": "pnpm lint:fix && pnpm lint:check", @@ -44,6 +45,51 @@ "files": [ "dist" ], + "dependencies": { + "@actions/core": "^1.4.0", + "@babel/eslint-parser": "^7.18.2", + "@eth-optimism/common-ts": "^0.6.5", + "@eth-optimism/contracts": "^0.5.40", + "@eth-optimism/core-utils": "^0.9.3", + "@ethersproject/abstract-provider": "^5.7.0", + "@ethersproject/abstract-signer": "^5.7.0", + "@types/glob": "^8.0.0", + "@types/jest": "^29.0.3", + "@types/node": "^12.0.0", + "@types/uuid": "^8.3.4", + "@typescript-eslint/eslint-plugin": "^5.26.0", + "@typescript-eslint/parser": "^4.26.0", + "@uniswap/token-lists": "^1.0.0-beta.30", + "ajv": "^8.11.0", + "ajv-formats": "^2.1.1", + "commander": "^9.4.0", + "eslint": "^8.16.0", + "eslint-config-prettier": "^8.3.0", + "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^35.1.2", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-prefer-arrow": "^1.2.3", + "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-react": "^7.24.0", + "eslint-plugin-unicorn": "^42.0.0", + "ethers": "^5.4.1", + "extract-zip": "^2.0.1", + "glob": "^8.0.3", + "jest": "^28.1.3", + "jsonschema": "^1.4.1", + "mocha": "^8.4.0", + "node-fetch": "2.6.7", + "octokit": "^2.0.7", + "prettier": "^2.3.1", + "ts-jest": "^29.0.1", + "ts-mocha": "^10.0.0", + "tsup": "^6.7.0", + "tsx": "^3.12.6", + "typescript": "^4.6.2", + "uuid": "^9.0.0" + }, "devDependencies": { "@actions/core": "^1.4.0", "@babel/eslint-parser": "^7.18.2", diff --git a/test/index.test.ts b/test/index.test.ts index 7e83b58..36ddbd5 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -3,7 +3,7 @@ // import { ethers } from 'ethers' -import { TitanSDK } from '../dist/packages' +import { TitanSDK } from '../dist/packages/index.js' // import { TitanSDK } from '../packages' // import {TitanSDK} from "@titan/github" // import { TitanSDK } from '../packages'