mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
4ec20a4a28
* 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
23 lines
521 B
JSON
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"
|
|
}
|
|
}
|