Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DiscreteTom committed Nov 9, 2023
1 parent 504158e commit ebd26d5
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
]
}

0 comments on commit ebd26d5

Please sign in to comment.