pomme/package.json
Sam Therapy 08975295ba
nit: add package.json to root
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-02-13 19:47:16 +01:00

10 lines
128 B
JSON

{
"name": "pomme",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "make",
"lint": "make lint"
}
}