Created the package.json

This commit is contained in:
Mathias Wagner 2023-05-08 20:02:38 +02:00
parent b64bca6a81
commit c34cd864cb
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "powertools",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/gnmyt/PowerTools.git",
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
}
}