mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
683 B
JSON
32 lines
683 B
JSON
{
|
|
"name": "@tauri-apps/action-core",
|
|
"version": "0.3.1",
|
|
"author": "Lucas Nogueira <lucas@tauri.studio>",
|
|
"license": "MIT",
|
|
"main": "dist",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup --config",
|
|
"prepublishOnly": "rollup --config"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "2.2.5",
|
|
"execa": "6.1.0",
|
|
"glob-gitignore": "^1.0.14",
|
|
"ignore": "^5.2.0",
|
|
"json5": "^2.2.2",
|
|
"tslib": "2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "8.5.0",
|
|
"@types/node": "16.18.11",
|
|
"rollup": "2.79.1",
|
|
"typescript": "4.9.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.20.0",
|
|
"npm": ">= 6.6.0",
|
|
"yarn": ">= 1.19.1"
|
|
}
|
|
}
|