2019-07-14 15:47:29 +03:00
|
|
|
{
|
2021-01-30 18:15:47 +03:00
|
|
|
"name": "@tauri-apps/cli",
|
2021-06-29 03:57:26 +03:00
|
|
|
"version": "1.0.0-beta.5",
|
2021-01-30 18:15:47 +03:00
|
|
|
"description": "Command line interface for building Tauri apps",
|
2019-08-20 00:09:29 +03:00
|
|
|
"bin": {
|
2019-11-29 09:27:26 +03:00
|
|
|
"tauri": "./bin/tauri.js"
|
2019-08-20 00:09:29 +03:00
|
|
|
},
|
2021-04-01 21:46:59 +03:00
|
|
|
"files": [
|
2021-05-11 02:28:15 +03:00
|
|
|
"bin",
|
|
|
|
"dist",
|
|
|
|
"scripts"
|
2021-04-01 21:46:59 +03:00
|
|
|
],
|
2019-11-20 13:45:06 +03:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/tauri"
|
|
|
|
},
|
2019-07-14 15:47:29 +03:00
|
|
|
"scripts": {
|
2021-02-20 17:36:17 +03:00
|
|
|
"build": "rimraf ./dist && webpack --progress",
|
2021-04-14 04:09:13 +03:00
|
|
|
"build-release": "rimraf ./dist && cross-env NODE_ENV=production webpack",
|
2020-03-30 05:41:45 +03:00
|
|
|
"test": "jest --runInBand --no-cache --testPathIgnorePatterns=\"(build|dev)\"",
|
2019-12-24 15:40:03 +03:00
|
|
|
"pretest": "yarn build",
|
2020-02-21 17:26:07 +03:00
|
|
|
"prepublishOnly": "yarn build-release",
|
2020-03-30 05:41:45 +03:00
|
|
|
"test:local": "jest --runInBand",
|
2021-01-30 18:15:47 +03:00
|
|
|
"lint": "eslint --ext ts \"./src/**/*.ts\"",
|
|
|
|
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"",
|
2019-12-05 01:35:39 +03:00
|
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
|
2021-07-04 01:48:04 +03:00
|
|
|
"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"
|
2019-07-14 15:47:29 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-06 22:26:28 +03:00
|
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
2019-07-14 15:47:29 +03:00
|
|
|
},
|
2019-12-03 22:06:59 +03:00
|
|
|
"contributors": [
|
2021-05-10 21:39:24 +03:00
|
|
|
"Tauri Team <team@tauri-apps.org> (https://tauri.studio)"
|
2019-12-03 22:06:59 +03:00
|
|
|
],
|
2021-04-11 01:09:09 +03:00
|
|
|
"license": "Apache-2.0 OR MIT",
|
2019-07-14 15:47:29 +03:00
|
|
|
"bugs": {
|
2019-09-06 22:26:28 +03:00
|
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
2019-07-14 15:47:29 +03:00
|
|
|
},
|
2019-09-06 22:26:28 +03:00
|
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
2019-07-14 15:47:29 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"engines": {
|
2021-04-21 17:50:24 +03:00
|
|
|
"node": ">= 12.13.0",
|
2019-07-14 15:47:29 +03:00
|
|
|
"npm": ">= 6.6.0",
|
2019-11-16 21:51:46 +03:00
|
|
|
"yarn": ">= 1.19.1"
|
2019-08-20 00:09:29 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-15 23:20:18 +03:00
|
|
|
"@tauri-apps/toml": "2.2.4",
|
2021-04-21 14:09:45 +03:00
|
|
|
"chalk": "4.1.1",
|
2021-04-14 04:09:13 +03:00
|
|
|
"cross-env": "7.0.3",
|
2020-05-30 14:54:16 +03:00
|
|
|
"cross-spawn": "7.0.3",
|
2021-05-05 15:38:48 +03:00
|
|
|
"fs-extra": "10.0.0",
|
2021-04-14 04:09:13 +03:00
|
|
|
"got": "11.8.2",
|
2021-04-21 15:42:09 +03:00
|
|
|
"imagemin": "8.0.0",
|
2020-05-30 02:48:57 +03:00
|
|
|
"imagemin-optipng": "8.0.0",
|
|
|
|
"imagemin-zopfli": "7.0.0",
|
2021-06-16 15:19:59 +03:00
|
|
|
"inquirer": "8.1.1",
|
2021-04-21 15:42:09 +03:00
|
|
|
"is-png": "3.0.0",
|
2020-03-29 19:57:47 +03:00
|
|
|
"minimist": "1.2.5",
|
2020-12-12 21:39:41 +03:00
|
|
|
"ms": "2.1.3",
|
2019-11-30 16:19:55 +03:00
|
|
|
"png2icons": "2.0.1",
|
|
|
|
"read-chunk": "3.2.0",
|
2021-03-26 03:52:28 +03:00
|
|
|
"semver": "7.3.5",
|
2021-05-30 22:59:05 +03:00
|
|
|
"sharp": "0.28.3",
|
2021-04-14 04:09:13 +03:00
|
|
|
"update-notifier": "5.1.0"
|
2019-11-16 21:51:46 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-15 19:20:05 +03:00
|
|
|
"@babel/core": "7.14.6",
|
2021-06-23 18:06:26 +03:00
|
|
|
"@babel/preset-env": "7.14.7",
|
2021-06-15 19:20:05 +03:00
|
|
|
"@babel/preset-typescript": "7.14.5",
|
2020-05-30 14:54:16 +03:00
|
|
|
"@types/cross-spawn": "6.0.2",
|
2021-07-08 18:05:22 +03:00
|
|
|
"@types/fs-extra": "9.0.12",
|
|
|
|
"@types/imagemin": "7.0.1",
|
|
|
|
"@types/imagemin-optipng": "5.2.1",
|
|
|
|
"@types/inquirer": "7.3.3",
|
2019-12-29 16:02:54 +03:00
|
|
|
"@types/ms": "0.7.31",
|
2021-07-08 18:05:22 +03:00
|
|
|
"@types/semver": "7.3.7",
|
|
|
|
"@types/sharp": "0.28.4",
|
2021-07-15 13:40:08 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.28.3",
|
|
|
|
"@typescript-eslint/parser": "4.28.3",
|
2021-06-30 16:14:20 +03:00
|
|
|
"babel-jest": "27.0.6",
|
2021-07-08 18:05:22 +03:00
|
|
|
"eslint": "7.30.0",
|
2021-04-29 00:23:03 +03:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2021-01-31 06:40:27 +03:00
|
|
|
"eslint-config-standard-with-typescript": "20.0.0",
|
2021-05-30 22:59:05 +03:00
|
|
|
"eslint-plugin-import": "2.23.4",
|
2020-06-26 01:56:00 +03:00
|
|
|
"eslint-plugin-lodash-template": "0.19.0",
|
2020-03-29 19:57:47 +03:00
|
|
|
"eslint-plugin-node": "11.1.0",
|
2021-04-17 01:53:11 +03:00
|
|
|
"eslint-plugin-promise": "5.1.0",
|
2019-12-05 01:35:39 +03:00
|
|
|
"eslint-plugin-security": "1.4.0",
|
2020-03-12 17:51:30 +03:00
|
|
|
"is-running": "2.1.0",
|
2021-06-30 16:14:20 +03:00
|
|
|
"jest": "27.0.6",
|
2021-03-26 03:52:28 +03:00
|
|
|
"jest-transform-toml": "1.0.0",
|
2021-03-08 03:37:25 +03:00
|
|
|
"lockfile-lint": "4.6.2",
|
2021-06-30 16:14:20 +03:00
|
|
|
"prettier": "2.3.2",
|
2020-03-07 11:54:37 +03:00
|
|
|
"promise": "8.1.0",
|
2020-10-10 22:19:10 +03:00
|
|
|
"raw-loader": "4.0.2",
|
2020-07-10 03:27:20 +03:00
|
|
|
"rimraf": "3.0.2",
|
2020-06-26 01:58:35 +03:00
|
|
|
"toml-loader": "1.0.0",
|
2021-06-15 19:20:05 +03:00
|
|
|
"ts-loader": "9.2.3",
|
2021-07-08 18:05:22 +03:00
|
|
|
"typescript": "4.3.5",
|
2021-07-15 13:40:08 +03:00
|
|
|
"webpack": "5.44.0",
|
2021-06-15 19:20:05 +03:00
|
|
|
"webpack-cli": "4.7.2",
|
2021-04-21 15:42:09 +03:00
|
|
|
"webpack-node-externals": "3.0.0"
|
2019-11-16 21:51:46 +03:00
|
|
|
},
|
2020-07-10 03:14:18 +03:00
|
|
|
"resolutions": {
|
2021-05-08 01:52:20 +03:00
|
|
|
"**/lodash": "4.17.21",
|
2021-06-16 05:00:49 +03:00
|
|
|
"**/hosted-git-info": "4.0.2",
|
2021-06-23 18:06:26 +03:00
|
|
|
"**/normalize-url": "6.1.0",
|
2021-06-16 15:18:52 +03:00
|
|
|
"**/trim-newlines": "4.0.2"
|
2020-08-19 05:36:46 +03:00
|
|
|
}
|
2020-03-01 18:47:11 +03:00
|
|
|
}
|