mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
ae12f3cc90
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.21.0...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@tauri-apps/api",
|
|
"version": "2.0.0-rc.5",
|
|
"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": [
|
|
"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",
|
|
"type": "module",
|
|
"main": "./index.cjs",
|
|
"module": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.js",
|
|
"require": "./index.cjs",
|
|
"types": "./index.d.ts"
|
|
},
|
|
"./*": {
|
|
"import": "./*.js",
|
|
"require": "./*.cjs",
|
|
"types": "./*.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c --configPlugin typescript",
|
|
"npm-pack": "pnpm build && cd ./dist && npm pack",
|
|
"npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next --no-git-checks",
|
|
"ts:check": "tsc --noEmit",
|
|
"eslint:check": "eslint src/**.ts",
|
|
"eslint:fix": "eslint src/**.ts --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.4.0",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"@rollup/plugin-typescript": "11.1.6",
|
|
"@types/eslint": "^9.0.0",
|
|
"@types/node": "20.16.1",
|
|
"eslint": "^9.4.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-security": "3.0.1",
|
|
"fast-glob": "3.3.2",
|
|
"globals": "^15.4.0",
|
|
"rollup": "4.22.4",
|
|
"tslib": "^2.6.3",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.1.0"
|
|
}
|
|
}
|