mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
3b98141aa2
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Raphii <iam@raphii.co> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
15 lines
211 B
JSON
15 lines
211 B
JSON
{
|
|
"name": "file-associations",
|
|
"version": "1.0.0",
|
|
"pkg": {
|
|
"assets": [
|
|
"src/**/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"tauri": "node ../../tooling/cli/node/tauri.js"
|
|
},
|
|
"devDependencies": {
|
|
|
|
}
|
|
} |