auth, license, & repo fields added

This commit is contained in:
Fractal-Tess
2022-09-15 15:40:45 +03:00
parent 1058e9bcf9
commit a706de4bf3

View File

@@ -3,6 +3,16 @@
"private": true, "private": true,
"version": "0.0.1", "version": "0.0.1",
"type": "module", "type": "module",
"license": "MIT",
"author": {
"email": "vgfractal@gmail.com",
"name": "Vilian Gerdzhikov",
"url": "https://gist.github.com/Fractal-Tess"
},
"repository": {
"type": "github",
"url": "https://github.com/Fractal-Tess/Svelte-Tauri"
},
"scripts": { "scripts": {
"start": "tauri dev", "start": "tauri dev",
"dev": "tauri dev", "dev": "tauri dev",