mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
21239962a9
Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: david <david@lemarier.ca> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chip <chip@chip.sh> Co-authored-by: Renovate Bot <bot@renovateapp.com>
75 lines
2.5 KiB
JSON
75 lines
2.5 KiB
JSON
{
|
|
"name": "@tauri-apps/api",
|
|
"version": "1.0.0-beta.8",
|
|
"description": "Tauri API definitions",
|
|
"type": "module",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/tauri"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf ./dist && rollup -c --silent && 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\"",
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
|
|
"format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore"
|
|
},
|
|
"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": ">= 12.13.0",
|
|
"npm": ">= 6.6.0",
|
|
"yarn": ">= 1.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.15.0",
|
|
"@babel/preset-env": "7.15.0",
|
|
"@babel/preset-typescript": "7.15.0",
|
|
"@rollup/plugin-babel": "5.3.0",
|
|
"@rollup/plugin-commonjs": "20.0.0",
|
|
"@rollup/plugin-node-resolve": "13.0.4",
|
|
"@rollup/plugin-sucrase": "4.0.0",
|
|
"@rollup/plugin-typescript": "8.2.5",
|
|
"@typescript-eslint/eslint-plugin": "4.29.3",
|
|
"@typescript-eslint/parser": "4.29.3",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
"eslint-plugin-import": "2.24.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "5.1.0",
|
|
"eslint-plugin-security": "1.4.0",
|
|
"fs-extra": "10.0.0",
|
|
"lockfile-lint": "4.6.2",
|
|
"prettier": "2.3.2",
|
|
"regenerator-runtime": "0.13.9",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.56.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"tslib": "2.3.1",
|
|
"type-fest": "2.1.0",
|
|
"typedoc": "0.21.6",
|
|
"typedoc-plugin-markdown": "3.10.4",
|
|
"typescript": "4.3.5"
|
|
}
|
|
}
|