all the package.jsons

This commit is contained in:
Erik 2022-03-22 14:35:55 +02:00
parent 1d0548bd98
commit d23e4ccef4
No known key found for this signature in database
GPG Key ID: FEFF4B220DDF5589
2 changed files with 15 additions and 1 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "homepage",
"version": "0.5.0",
"description": "My homepage",
"main": "server/index.js",
"repository": "https://github.com/Navy-gif/homepage.git",
"author": "Navy.gif <navydotgif@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "node server/index.js",
"build": "cd client && yarn build"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "clip-server",
"name": "backend",
"version": "0.0.1",
"description": "Backend for my personal site",
"main": "index.js",