mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:48:26 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
17
src-tauri/yaak-templates/pkg/package.json
Normal file
17
src-tauri/yaak-templates/pkg/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "yaak-templates",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"files": [
|
||||
"yaak_templates_bg.wasm",
|
||||
"yaak_templates.js",
|
||||
"yaak_templates_bg.js",
|
||||
"yaak_templates.d.ts"
|
||||
],
|
||||
"main": "yaak_templates.js",
|
||||
"types": "yaak_templates.d.ts",
|
||||
"sideEffects": [
|
||||
"./yaak_templates.js",
|
||||
"./snippets/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user