feat: called npm init

This commit is contained in:
Begerad, Stefan 2021-09-09 12:39:09 -04:00
commit e213e07cb0
1 changed files with 11 additions and 0 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "react-config-tutorial",
"version": "1.0.0",
"description": "react config tutorial",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Begerad",
"license": "GPL-3.0-or-later"
}