mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 15:42:00 +03:00
03f60eb54a
Co-authored-by: Renovate Bot <bot@renovateapp.com>
67 lines
2.2 KiB
JSON
67 lines
2.2 KiB
JSON
{
|
|
"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",
|
|
"commander": "8.3.0",
|
|
"execa": "5.1.1",
|
|
"inquirer": "8.2.0",
|
|
"scaffe": "1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@effection/process": "2.0.1",
|
|
"@rollup/plugin-commonjs": "21.0.1",
|
|
"@rollup/plugin-node-resolve": "13.1.2",
|
|
"@rollup/plugin-typescript": "8.3.0",
|
|
"@types/cross-spawn": "6.0.2",
|
|
"@types/inquirer": "8.1.3",
|
|
"@types/semver": "7.3.9",
|
|
"@typescript-eslint/eslint-plugin": "5.9.0",
|
|
"@typescript-eslint/parser": "5.9.0",
|
|
"effection": "2.0.1",
|
|
"eslint": "8.6.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"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.63.0",
|
|
"temp-dir": "2.0.0",
|
|
"tslib": "2.3.1",
|
|
"typescript": "4.5.4"
|
|
}
|
|
}
|