Skip to content

Commit

Permalink
chore(pakage.json): Add package.json
Browse files Browse the repository at this point in the history
Initialize npm project wwhich adds package.json
  • Loading branch information
emjimadhu committed Apr 14, 2020
1 parent 52f3134 commit 3a4bc69
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "eslint-formatter-formattify",
"version": "1.0.0",
"description": "A Custom beautiful eslint formatter.",
"main": "dist/index.js",
"license": "MIT",
"keywords": [
"eslint",
"eslint-formatter",
"formatter",
"reporter",
"lint",
"validate",
"formattify"
],
"author": {
"name": "Em Ji Madhu",
"email": "emjimadhu@gmail.com"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0",
"yarn": ">=1.21.0"
},
"homepage": "https://github.com/emjimadhu/eslint-formatter-formattify#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/emjimadhu/eslint-formatter-formattify.git"
},
"files": [
"dist/**/*"
]
}

0 comments on commit 3a4bc69

Please sign in to comment.