Skip to content

Instantly share code, notes, and snippets.

@fstbraz
Last active September 5, 2022 10:13
Show Gist options
  • Save fstbraz/fc9e6d733415e9444e1458aadaac3b70 to your computer and use it in GitHub Desktop.
Save fstbraz/fc9e6d733415e9444e1458aadaac3b70 to your computer and use it in GitHub Desktop.
inclusive-web-components-10
{
"name": "my-lib",
"version": "0.0.1",
"description": "My Lib description",
"files": [
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
...
},
"author": "My name",
"license": "MIT",
"dependencies": {
...
},
"devDependencies": {
....
},
"repository": {
"type": "git",
"url": "https://github.com/username/my-lib.git"
},
"keywords": [
"Accessibility",
"Web",
"Components",
"Ui",
"Library"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment