Skip to content

Commit

Permalink
Add package information for futur npm publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-craft committed Aug 19, 2023
1 parent 34efee0 commit 3f5895a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,30 @@
"test:coverage": "vitest --coverage",
"test:mutation": "stryker run"
},
"repository": {
"type": "git",
"url": "https://github.com/Jojo-craft/string-craft"
},
"keywords": [
"typescript",
"typescript string",
"string",
"string operations",
"string manipulation",
"string utility",
"library"
"library",
"string library"
],
"files": [
"dist",
"src",
"LICENSE",
"README.md",
"CHANGELOG.md",
"package.json"
"package.json",
"tsconfig.json",
"stryker.conf.json",
".eslintrc"
],
"author": "Joann JOUSSELIN",
"license": "MIT",
Expand Down

0 comments on commit 3f5895a

Please sign in to comment.