mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
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": {
|
||
|
|
||
|
}
|
||
|
}
|