diff --git a/package.json b/package.json index 417d3f0..c9cd194 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,25 @@ { - "name": "urlstate", + "name": "state-in-url", "version": "0.1.0", - "description": "", - "homepage": "https://github.com/asmyshlyaev177/urlstate#readme", + "description": "Library to store state in browser URL, includes hook for NextJS, hook for pure React, and low level helpers.", + "homepage": "https://github.com/asmyshlyaev177/state-in-url#readme", + "keywords": [ + "state-management", + "Next.js", + "client components communication", + "query string", + "typescript", + "react.js", + "workflow", + "javascript", + "hooks", + "reactjs", + "react", + "NextJS" + ], "repository": { "type": "git", - "url": "git+https://github.com/asmyshlyaev177/urlstate.git" + "url": "git+https://github.com/asmyshlyaev177/state-in-url.git" }, "author": { "name": "asmyshlyaev177", @@ -18,7 +32,7 @@ "url": "https://patreon.com/asmyshlyaev177" }, "bugs": { - "url": "https://github.com/asmyshlyaev177/urlstate/issues" + "url": "https://github.com/asmyshlyaev177/state-in-url/issues" }, "workspaces": [ "packages/urlstate", @@ -33,6 +47,14 @@ "import": { "default": "./dist/index.js", "types": "./dist/index.d.ts" + }, + "module": { + "types": "./dist/index.js", + "default": "./dist/index.d.ts" + }, + "default": { + "types": "./dist/index.js", + "default": "./dist/index.d.ts" } }, "types": "./dist/index.d.ts",