UNPKG

@h3poteto/tauri-snap-packager

Version:
35 lines 791 B
{ "name": "@h3poteto/tauri-snap-packager", "version": "0.2.1", "description": "Snap packager for Tauri.", "main": "build/index.js", "bin": "scripts/build.js", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "https://github.com/h3poteto/tauri-snap-packager.git" }, "keywords": [ "tauri", "tauri-apps", "snapcraft", "snap" ], "author": "h3poteto", "license": "MIT", "bugs": { "url": "https://github.com/h3poteto/tauri-snap-packager/issues" }, "homepage": "https://github.com/h3poteto/tauri-snap-packager", "devDependencies": { "@types/js-yaml": "^4.0.1", "@types/node": "^20.11.16", "typescript": "^5.3.3" }, "dependencies": { "js-yaml": "^4.1.0" }, "packageManager": "yarn@3.8.0" }