mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
14 lines
208 B
JSON
14 lines
208 B
JSON
{
|
|
"name": "file-associations",
|
|
"version": "1.0.0",
|
|
"pkg": {
|
|
"assets": [
|
|
"src/**/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"tauri": "node ../../tooling/cli/node/tauri.js"
|
|
},
|
|
"devDependencies": {}
|
|
}
|