diff --git a/package.json b/package.json index 5614014..f61a617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evm-proxy-detection", - "version": "2.0.1", + "version": "2.0.2", "description": "Detect proxy contracts and their target addresses using an EIP-1193 compatible JSON-RPC request function", "repository": "https://github.com/abipub/evm-proxy-detection.git", "author": "Jan-Felix ", @@ -8,6 +8,14 @@ "main": "build/cjs/index.js", "typings": "build/cjs/index.d.ts", "module": "build/esm/index.js", + "exports": { + ".": { + "types": "./build/cjs/index.d.ts", + "import": "./build/esm/index.js", + "require": "./build/cjs/index.js" + } + }, + "type": "module", "files": [ "build", "LICENSE", @@ -47,4 +55,4 @@ "typescript": "^4.7.4" }, "packageManager": "yarn@4.1.1" -} +} \ No newline at end of file