{ "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": "^6.0.0", "inquirer": "^8.0.0", "minimist": "^1.2.5", "scaffe": "1.2.0" }, "devDependencies": { "@effection/process": "2.0.1", "@rollup/plugin-commonjs": "21.0.1", "@rollup/plugin-node-resolve": "13.1.1", "@rollup/plugin-typescript": "8.3.0", "@types/cross-spawn": "6.0.2", "@types/inquirer": "8.1.3", "@types/minimist": "1.2.2", "@types/semver": "7.3.9", "@typescript-eslint/eslint-plugin": "5.7.0", "@typescript-eslint/parser": "5.7.0", "effection": "2.0.1", "eslint": "8.4.1", "eslint-config-prettier": "8.3.0", "eslint-config-standard-with-typescript": "21.0.1", "eslint-plugin-import": "2.25.3", "eslint-plugin-lodash-template": "0.19.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.2.0", "eslint-plugin-security": "1.4.0", "prettier": "2.5.1", "rollup": "2.61.1", "temp-dir": "2.0.0", "tslib": "2.3.1", "typescript": "4.5.4" } }