diff options
author | Blaster4385 <venkatesh@tablaster.dev> | 2025-01-13 00:40:01 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2025-01-13 01:05:28 +0530 |
commit | 2425e3dc2af22c3281122715d60bd4506d48938a (patch) | |
tree | 0d1d352f6593f389c880244fa20fa16e47c35253 /frontend/wailsjs/runtime/package.json |
Initial application
Diffstat (limited to 'frontend/wailsjs/runtime/package.json')
-rw-r--r-- | frontend/wailsjs/runtime/package.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/wailsjs/runtime/package.json b/frontend/wailsjs/runtime/package.json new file mode 100644 index 0000000..1e7c8a5 --- /dev/null +++ b/frontend/wailsjs/runtime/package.json @@ -0,0 +1,24 @@ +{ + "name": "@wailsapp/runtime", + "version": "2.0.0", + "description": "Wails Javascript runtime library", + "main": "runtime.js", + "types": "runtime.d.ts", + "scripts": { + }, + "repository": { + "type": "git", + "url": "git+https://github.com/wailsapp/wails.git" + }, + "keywords": [ + "Wails", + "Javascript", + "Go" + ], + "author": "Lea Anthony <lea.anthony@gmail.com>", + "license": "MIT", + "bugs": { + "url": "https://github.com/wailsapp/wails/issues" + }, + "homepage": "https://github.com/wailsapp/wails#readme" +} |