Skip to content

Commit

Permalink
initialize npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPaulb committed Jul 19, 2023
1 parent 1256f22 commit 0272c60
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello, World!");
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "filecompressor",
"version": "1.0.0",
"description": "PDF file compression tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samirpaul1/filecompressor.git"
},
"keywords": [
"FileCompressor"
],
"author": "SamirPaul1",
"license": "ISC",
"bugs": {
"url": "https://github.com/samirpaul1/filecompressor/issues"
},
"homepage": "https://github.com/samirpaul1/filecompressor#readme"
}

0 comments on commit 0272c60

Please sign in to comment.