2019-07-14 15:47:29 +03:00
|
|
|
{
|
2019-09-06 22:26:28 +03:00
|
|
|
"name": "@tauri-apps/tauri",
|
2019-10-15 18:09:12 +03:00
|
|
|
"version": "0.0.1-utility.15",
|
2019-10-07 21:36:56 +03:00
|
|
|
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
|
2019-08-20 00:09:29 +03:00
|
|
|
"bin": {
|
2019-09-06 22:26:28 +03:00
|
|
|
"tauri": "./mode/bin/tauri.js"
|
2019-08-20 00:09:29 +03:00
|
|
|
},
|
2019-07-14 15:47:29 +03:00
|
|
|
"scripts": {
|
2019-08-22 22:46:45 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"devUp": ""
|
2019-07-14 15:47:29 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-06 22:26:28 +03:00
|
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
2019-07-14 15:47:29 +03:00
|
|
|
},
|
2019-09-06 22:26:28 +03:00
|
|
|
"author": "Tauri Apps",
|
2019-07-14 15:47:29 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-09-06 22:26:28 +03:00
|
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
2019-07-14 15:47:29 +03:00
|
|
|
},
|
2019-09-06 22:26:28 +03:00
|
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
2019-07-14 15:47:29 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"engines": {
|
2019-10-07 23:36:29 +03:00
|
|
|
"node": ">= 10.16.3",
|
2019-07-14 15:47:29 +03:00
|
|
|
"npm": ">= 6.6.0",
|
|
|
|
"yarn": ">= 1.17.3"
|
2019-08-20 00:09:29 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@iarna/toml": "^2.2.3",
|
2019-08-21 16:22:55 +03:00
|
|
|
"babel-plugin-system-import-transformer": "^4.0.0",
|
2019-08-20 00:09:29 +03:00
|
|
|
"chalk": "^2.4.2",
|
|
|
|
"chokidar": "^3.0.2",
|
|
|
|
"cross-spawn": "^6.0.5",
|
|
|
|
"fast-glob": "^3.0.4",
|
|
|
|
"fs-extra": "^8.1.0",
|
2019-08-21 16:22:55 +03:00
|
|
|
"html-webpack-inline-source-plugin": "^0.0.10",
|
2019-08-20 00:09:29 +03:00
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
"lodash.template": "^4.5.0",
|
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"ms": "^2.1.2",
|
|
|
|
"webpack-merge": "^4.2.1"
|
2019-07-14 15:47:29 +03:00
|
|
|
}
|
|
|
|
}
|