mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 07:31:52 +03:00
1129f4f575
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "@tauri-apps/api",
|
|
"version": "1.1.0",
|
|
"description": "Tauri API definitions",
|
|
"type": "module",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/tauri"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn tsup && node ./scripts/after-build.cjs",
|
|
"npm-pack": "yarn build && cd ./dist && npm pack",
|
|
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly",
|
|
"lint": "eslint --ext ts \"./src/**/*.ts\"",
|
|
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"",
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path ../../.prettierignore",
|
|
"format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path ../../.prettierignore",
|
|
"generate-docs": "typedoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
|
},
|
|
"contributors": [
|
|
"Tauri Programme within The Commons Conservancy"
|
|
],
|
|
"license": "Apache-2.0 OR MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
|
},
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.6.0",
|
|
"npm": ">= 6.6.0",
|
|
"yarn": ">= 1.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "5.38.1",
|
|
"@typescript-eslint/parser": "5.38.1",
|
|
"eslint": "8.24.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-config-standard-with-typescript": "22.0.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-n": "15.3.0",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "6.0.1",
|
|
"eslint-plugin-security": "1.5.0",
|
|
"prettier": "2.7.1",
|
|
"tsup": "6.0.1",
|
|
"typedoc": "0.23.15",
|
|
"typedoc-plugin-markdown": "3.13.6",
|
|
"typedoc-plugin-mdn-links": "2.0.0",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|