tinesoft / ngx-cookieconsent

Cookie :cookie: Consent module for Angular.
https://tinesoft.github.io/ngx-cookieconsent/
MIT License
164 stars 35 forks source link

[Feature] enhanced package.json #143

Open rbalet opened 4 months ago

rbalet commented 4 months ago

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