This commit is contained in:
Jake Howard 2022-06-09 09:09:02 +01:00
parent e0b95fd269
commit 6514c06ad1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 22 additions and 0 deletions

12
package-lock.json generated Normal file
View File

@ -0,0 +1,12 @@
{
"name": "website",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "website",
"version": "0.0.0"
}
}
}

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "website",
"version": "0.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jake Howard"
}