add about info from package.json

This commit is contained in:
2022-11-25 05:22:40 +01:00
parent 57dce6af3d
commit 1dcc7c81c7
5 changed files with 82 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
"name": "Instacode",
"description": "Scratchpad for instant JavaScript code running",
"version": "0.0.0",
"author": "Grzegorz Kućmierz",
"homepage": "https://github.com/gkucmierz/instacode-app",
"scripts": {
"dev": "vite",
"build": "vite build && cp dist/index.html dist/404.html",