nit: add package.json to root

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-02-13 19:47:16 +01:00
parent 5c6511b99f
commit 08975295ba
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.0.1",
"name": "@pomme/frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite dev",

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "pomme",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "make",
"lint": "make lint"
}
}