tinesoft/ngx-cookieconsent

[Feature] enhanced package.json

rbalet opened this issue · 0 comments

Is your feature request related to a problem? Please describe

The package.json file could be enhanced to display the github and other information so that this is better integrated with npm.

also if this is, add the MIT license

Describe the idea you'd like

Add

  "repository": {
    "type": "git",
    "url": "https://github.com/tinesoft/ngx-cookieconsent.git"
  },
  "keywords": [
     "angular",
     "cookie",
     "cookieconsent"
  ],
  "license": "MIT",

Describe alternatives you've considered

No response

Additional context

No response