Skip to content

Commit

Permalink
Init npm project
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-acc committed Feb 10, 2023
0 parents commit 1de8516
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "number-helpers-wolox",
"version": "1.0.0",
"description": "Get information about an array of numbers",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"numbers",
"array",
"helpers",
"wolox"
],
"author": "Andres Alcaraz",
"license": "ISC"
}

0 comments on commit 1de8516

Please sign in to comment.