mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 15:42:00 +03:00
d02cb6a824
* chore(deps) Update Tauri API Definitions * chore: update to husky v5 * chore: remove husky script * chore: recreate lock file Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
21 lines
497 B
JSON
21 lines
497 B
JSON
{
|
|
"name": "tauri-workspace",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tauri-apps/tauri.git",
|
|
"directory": "cli/tauri.js"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
|
|
"postinstall": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"covector": "^0.2.6",
|
|
"husky": "^5.1.3",
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|