mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
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.1",
|
|
"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"
|
|
}
|
|
}
|