2021-01-30 18:15:47 +03:00
|
|
|
{
|
|
|
|
"name": "@tauri-apps/api",
|
2023-10-29 00:06:44 +03:00
|
|
|
"version": "2.0.0-alpha.11",
|
2021-01-30 18:15:47 +03:00
|
|
|
"description": "Tauri API definitions",
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/tauri"
|
|
|
|
},
|
|
|
|
"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",
|
2023-10-24 00:22:00 +03:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"build": "yarn rollup --config rollup.config.ts --configPlugin typescript",
|
|
|
|
"npm-pack": "yarn build && cd ./dist && npm pack",
|
|
|
|
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next",
|
|
|
|
"check": "tsc",
|
|
|
|
"lint": "eslint --ext ts \"./src/**/*.ts\"",
|
|
|
|
"lint:fix": "eslint --fix --ext ts \"./src/**/*.ts\"",
|
|
|
|
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore --ignore-path ../../.prettierignore",
|
|
|
|
"format:check": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore --ignore-path ../../.prettierignore"
|
2021-01-30 18:15:47 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-24 00:22:00 +03:00
|
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
|
|
"@rollup/plugin-typescript": "11.1.5",
|
2023-11-07 19:57:28 +03:00
|
|
|
"@types/node": "20.8.10",
|
|
|
|
"@typescript-eslint/eslint-plugin": "6.9.1",
|
|
|
|
"@typescript-eslint/parser": "6.9.1",
|
2023-10-24 00:22:00 +03:00
|
|
|
"eslint": "8.52.0",
|
2023-10-18 16:37:30 +03:00
|
|
|
"eslint-config-prettier": "9.0.0",
|
|
|
|
"eslint-config-standard-with-typescript": "39.1.1",
|
2023-10-24 00:22:00 +03:00
|
|
|
"eslint-plugin-import": "2.29.0",
|
2023-10-18 16:37:30 +03:00
|
|
|
"eslint-plugin-n": "16.2.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-10-24 00:22:00 +03:00
|
|
|
"fast-glob": "3.3.1",
|
2023-10-18 16:37:30 +03:00
|
|
|
"prettier": "3.0.3",
|
2023-11-07 19:57:28 +03:00
|
|
|
"rollup": "4.2.0",
|
2023-10-24 00:22:00 +03:00
|
|
|
"tslib": "2.6.2",
|
2023-10-18 19:32:10 +03:00
|
|
|
"typescript": "5.2.2"
|
2023-07-04 17:00:01 +03:00
|
|
|
},
|
2023-10-24 00:22:00 +03:00
|
|
|
"exports": {
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 18",
|
|
|
|
"npm": ">= 6.6.0",
|
|
|
|
"yarn": ">= 1.19.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
}
|
|
|
|
}
|