2020-07-19 23:33:12 +03:00
|
|
|
{
|
|
|
|
"name": "tauri-workspace",
|
|
|
|
"version": "0.0.0",
|
2021-04-11 01:09:09 +03:00
|
|
|
"license": "Apache-2.0 OR MIT",
|
2020-07-19 23:33:12 +03:00
|
|
|
"private": true,
|
2021-05-10 21:39:24 +03:00
|
|
|
"contributors": [
|
|
|
|
"Tauri Programme within The Commons Conservancy"
|
|
|
|
],
|
2020-07-19 23:33:12 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-02-10 04:11:00 +03:00
|
|
|
"url": "https://github.com/tauri-apps/tauri.git"
|
2020-07-19 23:33:12 +03:00
|
|
|
},
|
2020-08-19 05:36:46 +03:00
|
|
|
"scripts": {
|
2023-10-24 00:22:00 +03:00
|
|
|
"format": "prettier --write . --config .prettierrc --ignore-path .prettierignore",
|
|
|
|
"format:check": "prettier --check . --config .prettierrc --ignore-path .prettierignore",
|
2024-08-17 05:04:08 +03:00
|
|
|
"eslint:check": "pnpm run -r eslint:check",
|
|
|
|
"ts:check": "pnpm run -r ts:check",
|
|
|
|
"postinstall": "husky"
|
2020-08-19 05:36:46 +03:00
|
|
|
},
|
2020-07-19 23:33:12 +03:00
|
|
|
"devDependencies": {
|
2024-08-17 05:04:08 +03:00
|
|
|
"husky": "^9.1.4",
|
2024-06-14 05:28:06 +03:00
|
|
|
"prettier": "^3.3.2"
|
2022-01-17 16:46:14 +03:00
|
|
|
},
|
2024-08-17 05:04:08 +03:00
|
|
|
"packageManager": "pnpm@9.7.0"
|
2021-04-14 22:21:54 +03:00
|
|
|
}
|