mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "wails-runtime",
|
|
"version": "1.0.0",
|
|
"description": "The Javascript Wails Runtime",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/eslint core/ && npm run build:prod",
|
|
"build:prod": "./node_modules/.bin/webpack --env prod --colors",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wailsapp/runtime.git"
|
|
},
|
|
"keywords": [
|
|
"Wails",
|
|
"Go",
|
|
"Javascript",
|
|
"Runtime"
|
|
],
|
|
"browserslist": [
|
|
"> 5%",
|
|
"IE 9"
|
|
],
|
|
"author": "Lea Anthony <lea.anthony@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wailsapp/runtime/issues"
|
|
},
|
|
"homepage": "https://github.com/wailsapp/runtime#readme",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.11.5",
|
|
"@babel/core": "^7.11.5",
|
|
"@babel/plugin-transform-object-assign": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-preset-minify": "^0.5.1",
|
|
"core-js": "^3.6.5",
|
|
"eslint": "^7.8.1",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|