{ "name": "create-tauri-app", "version": "1.0.0-beta.4", "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 Programme within The Commons Conservancy" ], "main": "bin/create-tauri-app.js", "files": [ "bin", "dist", "src/templates" ], "scripts": { "create-tauri-app": "create-tauri-app", "build": "rollup --config", "prepublishOnly": "yarn build", "lint": "eslint --ext ts \"./src/**/*.ts\"", "lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"", "lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn", "format": "prettier --write --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", "format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", "test": "node ./test/spawn.test.mjs" }, "dependencies": { "chalk": "4.1.2", "execa": "^5.0.0", "inquirer": "^8.0.0", "minimist": "^1.2.5", "scaffe": "1.1.0" }, "devDependencies": { "@effection/process": "2.0.0-beta.14", "@rollup/plugin-commonjs": "20.0.0", "@rollup/plugin-node-resolve": "13.0.4", "@rollup/plugin-typescript": "8.2.5", "@types/cross-spawn": "6.0.2", "@types/inquirer": "8.1.1", "@types/minimist": "1.2.2", "@types/semver": "7.3.8", "@typescript-eslint/eslint-plugin": "4.31.0", "@typescript-eslint/parser": "4.31.0", "effection": "2.0.0-beta.15", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-config-standard-with-typescript": "21.0.1", "eslint-plugin-import": "2.24.2", "eslint-plugin-lodash-template": "0.19.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.1.0", "eslint-plugin-security": "1.4.0", "prettier": "2.3.2", "rollup": "2.56.3", "temp-dir": "2.0.0", "tslib": "2.3.1", "typescript": "4.4.2" } }