You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
538 B
24 lines
538 B
{ |
|
"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" |
|
}
|
|
|