tauri/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

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