2021-01-30 18:15:47 +03:00
|
|
|
{
|
|
|
|
"name": "@tauri-apps/api",
|
2023-10-17 18:29:33 +03:00
|
|
|
"version": "1.5.1",
|
2021-01-30 18:15:47 +03:00
|
|
|
"description": "Tauri API definitions",
|
2021-04-22 21:39:59 +03:00
|
|
|
"type": "module",
|
2021-01-30 18:15:47 +03:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/tauri"
|
|
|
|
},
|
2021-05-12 20:56:14 +03:00
|
|
|
"exports": {
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2021-01-30 18:15:47 +03:00
|
|
|
"scripts": {
|
2023-07-28 15:37:27 +03:00
|
|
|
"build": "yarn tsup && node ./scripts/after-build.cjs",
|
2021-04-19 06:31:12 +03:00
|
|
|
"npm-pack": "yarn build && cd ./dist && npm pack",
|
|
|
|
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly",
|
2021-01-30 18:15:47 +03:00
|
|
|
"lint": "eslint --ext ts \"./src/**/*.ts\"",
|
|
|
|
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"",
|
2022-09-18 15:16:35 +03:00
|
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path ../../.prettierignore",
|
2023-07-28 15:37:27 +03:00
|
|
|
"format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path ../../.prettierignore"
|
2021-01-30 18:15:47 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2021-05-10 21:39:24 +03:00
|
|
|
"Tauri Programme within The Commons Conservancy"
|
2021-01-30 18:15:47 +03:00
|
|
|
],
|
2021-04-11 01:09:09 +03:00
|
|
|
"license": "Apache-2.0 OR MIT",
|
2021-01-30 18:15:47 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"engines": {
|
2022-10-04 22:56:35 +03:00
|
|
|
"node": ">= 14.6.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"npm": ">= 6.6.0",
|
|
|
|
"yarn": ">= 1.19.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-10 13:22:45 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
|
|
"@typescript-eslint/parser": "5.62.0",
|
2023-10-26 19:42:15 +03:00
|
|
|
"eslint": "8.52.0",
|
2023-08-10 13:22:45 +03:00
|
|
|
"eslint-config-prettier": "8.10.0",
|
2023-04-07 03:15:51 +03:00
|
|
|
"eslint-config-standard-with-typescript": "34.0.1",
|
2023-10-26 19:42:15 +03:00
|
|
|
"eslint-plugin-import": "2.29.0",
|
2023-04-12 17:20:44 +03:00
|
|
|
"eslint-plugin-n": "15.7.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"eslint-plugin-node": "11.1.0",
|
2022-10-20 16:54:24 +03:00
|
|
|
"eslint-plugin-promise": "6.1.1",
|
2023-02-08 15:14:15 +03:00
|
|
|
"eslint-plugin-security": "1.7.1",
|
2023-05-12 13:54:15 +03:00
|
|
|
"prettier": "2.8.8",
|
2023-04-03 17:33:47 +03:00
|
|
|
"tsup": "6.7.0",
|
2023-10-26 19:42:15 +03:00
|
|
|
"typescript": "5.2.2"
|
2023-07-11 00:25:18 +03:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"semver": ">=7.5.2",
|
|
|
|
"optionator": ">=0.9.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
}
|
|
|
|
}
|