2021-01-30 18:15:47 +03:00
|
|
|
{
|
|
|
|
"name": "@tauri-apps/api",
|
2023-05-18 15:10:12 +03:00
|
|
|
"version": "2.0.0-alpha.4",
|
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-02-22 16:10:54 +03:00
|
|
|
"build": "yarn tsup && node ./scripts/after-build.cjs && yarn generate-docs",
|
2021-04-19 06:31:12 +03:00
|
|
|
"npm-pack": "yarn build && cd ./dist && npm pack",
|
2022-12-09 16:11:41 +03:00
|
|
|
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next",
|
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": {
|
2023-04-24 17:19:59 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
|
|
"@typescript-eslint/parser": "5.59.0",
|
2023-04-12 17:20:44 +03:00
|
|
|
"eslint": "8.38.0",
|
2023-04-03 17:33:47 +03:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2023-04-07 03:15:51 +03:00
|
|
|
"eslint-config-standard-with-typescript": "34.0.1",
|
2023-01-19 04:39:53 +03:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
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-04-12 17:20:44 +03:00
|
|
|
"prettier": "2.8.7",
|
2023-04-03 17:33:47 +03:00
|
|
|
"tsup": "6.7.0",
|
2023-05-03 16:10:59 +03:00
|
|
|
"typedoc": "0.23.28",
|
2022-12-07 22:06:27 +03:00
|
|
|
"typedoc-plugin-markdown": "3.14.0",
|
2022-12-31 18:47:45 +03:00
|
|
|
"typedoc-plugin-mdn-links": "2.0.2",
|
2023-02-02 22:45:17 +03:00
|
|
|
"typescript": "4.9.5"
|
2021-01-30 18:15:47 +03:00
|
|
|
}
|
|
|
|
}
|