add main package.json

This commit is contained in:
Kyle Belanger 2025-02-28 10:55:30 -05:00
parent 500f22aad4
commit 7338c13b2f

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "react-personal-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}