2021-01-30 18:15:47 +03:00
|
|
|
{
|
|
|
|
"name": "@tauri-apps/api",
|
2022-09-15 18:32:51 +03:00
|
|
|
"version": "1.1.0",
|
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": {
|
2022-10-04 22:56:35 +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",
|
|
|
|
"format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path ../../.prettierignore",
|
2022-02-14 22:15:08 +03:00
|
|
|
"generate-docs": "typedoc"
|
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": {
|
2022-10-19 15:26:46 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.39.0",
|
|
|
|
"@typescript-eslint/parser": "5.39.0",
|
2022-09-29 15:28:29 +03:00
|
|
|
"eslint": "8.24.0",
|
2022-03-13 17:21:25 +03:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-09-03 15:38:47 +03:00
|
|
|
"eslint-config-standard-with-typescript": "22.0.0",
|
2022-04-06 15:36:00 +03:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-09-29 15:28:29 +03:00
|
|
|
"eslint-plugin-n": "15.3.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"eslint-plugin-node": "11.1.0",
|
2022-09-03 02:57:17 +03:00
|
|
|
"eslint-plugin-promise": "6.0.1",
|
2022-04-20 17:31:24 +03:00
|
|
|
"eslint-plugin-security": "1.5.0",
|
2022-06-22 15:49:01 +03:00
|
|
|
"prettier": "2.7.1",
|
2022-10-19 15:26:46 +03:00
|
|
|
"tsup": "6.2.3",
|
2022-09-28 19:48:06 +03:00
|
|
|
"typedoc": "0.23.15",
|
2022-09-07 16:45:04 +03:00
|
|
|
"typedoc-plugin-markdown": "3.13.6",
|
2022-09-18 15:16:19 +03:00
|
|
|
"typedoc-plugin-mdn-links": "2.0.0",
|
2022-09-29 15:28:29 +03:00
|
|
|
"typescript": "4.8.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
}
|
|
|
|
}
|