mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "create-tauri-app",
|
|
"version": "1.0.0-beta-rc.0",
|
|
"description": "Jump right into a Tauri App!",
|
|
"bin": {
|
|
"create-tauri-app": "./bin/create-tauri-app.js"
|
|
},
|
|
"repository": "git+https://github.com/tauri-apps/tauri.git",
|
|
"license": "MIT OR Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
|
},
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
|
"contributors": [
|
|
"Tauri Team <team@tauri-apps.org> (https://tauri.studio)",
|
|
"Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com)"
|
|
],
|
|
"main": "bin/create-tauri-app.js",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"create-tauri-app": "create-tauri-app",
|
|
"build": "rollup --config",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"execa": "^5.0.0",
|
|
"inquirer": "^8.0.0",
|
|
"lodash": "4.17.21",
|
|
"minimist": "^1.2.5",
|
|
"scaffe": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/cross-spawn": "6.0.2",
|
|
"@types/inquirer": "7.3.1",
|
|
"@types/lodash": "4.14.168",
|
|
"@types/semver": "7.3.4",
|
|
"prettier": "^2.2.1",
|
|
"rollup": "^2.45.1",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "4.2.4"
|
|
}
|
|
}
|