diff --git a/package.json b/package.json index 0ae4d6f..f6af184 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "@discretetom/r-compose", + "description": "Compose RegExp in JavaScript in a readable and maintainable way.", "version": "0.1.0", - "main": "index.js", + "main": "out/index.js", + "types": "out/index.d.ts", "license": "MIT", "scripts": { "build": "tsc --build", @@ -25,5 +27,16 @@ "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" - } + }, + "repository": { + "url": "https://github.com/DiscreteTom/r-compose.git", + "type": "git" + }, + "bugs": { + "url": "https://github.com/DiscreteTom/r-compose/issues" + }, + "keywords": [ + "regex", + "RegExp" + ] }