tauri/cli/create-tauri-app/package.json
Jacob Bolda 4ec20a4a28
feat: shift tauri create [not wired up] (#1330)
* Partial revert "refactor(tauri.js): remove create command (#1265)"

This reverts commit b29c0685bc.

* shift templates/recipes over

* shift remaining files that weren't removed

* add change file

* rename to create-tauri-app

* adjust covector config
2021-03-07 01:29:06 -06:00

23 lines
521 B
JSON

{
"name": "create-tauri-app",
"version": "0.0.0",
"description": "Create Tauri App in seconds",
"bin": {
"create-tauri-app": "./bin/create-tauri-app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tauri-apps/tauri.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tauri-apps/tauri/issues"
},
"homepage": "https://github.com/tauri-apps/tauri#readme",
"dependencies": {
"minimist": "^1.2.5",
"scaffe": "^0.1.5",
"tauri": "^0.14.0"
}
}