Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created March 28, 2022 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemrosim/dca485eb99fb4c11689db048f4598759 to your computer and use it in GitHub Desktop.
Save nemrosim/dca485eb99fb4c11689db048f4598759 to your computer and use it in GitHub Desktop.
{
"name": "@nemrosim/npm-package-example",
"version": "1.0.0",
+ "description": "Some description",
"repository": {
"type": "git",
"url": "https://github.com/nemrosim/npm-package-create-test-deploy-examples"
- }
+ },
+ "bugs": {
+ "email": "nemrosim1988@gmail.com",
+ "url": "https://github.com/nemrosim/npm-package-create-test-deploy-examples/issues"
+ },
+ "author": "Artem Diashkin <nemrosim1988@gmail.com> (https://artem-diashkin.medium.com/)",
+ "contributors": [
+ {
+ "name": "Artem Diashkin",
+ "email": "nemrosim1988@gmail.com",
+ "url": "https://github.com/nemrosim"
+ }
+ ],
+ "license": "MIT",
+ "keywords": [
+ "example"
+ ],
+ "files": [
+ "LICENCE",
+ "README.md"
+ ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment