{ "name": "@tauri-apps/action-core", "version": "0.3.1", "author": "Lucas Nogueira ", "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": "10.0.1", "@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" } }