[go: up one dir, main page]

Menu

[941a68]: / package.json  Maximize  Restore  History

Download this file

13 lines (12 with data), 186 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
"name": "Chatter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2"
}
}