tauri/package.json
Daniel Thompson-Yvetot 7e8c79e264
chore(version) bump
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-08-23 19:15:42 +02:00

46 lines
1.1 KiB
JSON

{
"name": "@quasar/tauri",
"version": "0.0.1-utility.5",
"description": "Multi-binding collection of libraries and templates for building Tauri",
"bin": {
"tauri": "mode/bin/tauri.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devUp": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/quasarframework/tauri.git"
},
"author": "Quasar Framework",
"license": "MIT",
"bugs": {
"url": "https://github.com/quasarframework/tauri/issues"
},
"homepage": "https://github.com/quasarframework/tauri#readme",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10.16.0",
"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"
}
}