{
"name": "tauri-plugin-serialplugin-api",
"version": "3.0.5",
"description": "Tauri plugin API for serial ports (desktop and Android).",
"license": "Apache-2.0 OR MIT",
"author": "s00d",
"type": "module",
"types": "./dist-js/index.d.ts",
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"homepage": "https://github.com/s00d/tauri-plugin-serialplugin#readme",
"bugs": {
"url": "https://github.com/s00d/tauri-plugin-serialplugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s00d/tauri-plugin-serialplugin.git"
},
"keywords": [
"tauri",
"tauri-plugin",
"serial",
"serialport",
"usb",
"android"
],
"exports": {
"types": "./dist-js/index.d.ts",
"import": {
"development": "./guest-js/index.ts",
"default": "./dist-js/index.js"
},
"require": "./dist-js/index.cjs"
},
"scripts": {
"build": "rollup -c",
"tauri": "tauri",
"check": "tsc --noEmit -p tsconfig.json",
"check:watch": "tsc --noEmit -p tsconfig.json --watch",
"check:demo": "pnpm --dir examples/serialport-test run build",
"release": "release-it",
"release:patch": "release-it patch",
"release:minor": "release-it minor",
"release:major": "release-it major",
"release:publish": "bash scripts/publish.sh",
"publish:check": "bash scripts/check-publish-surface.sh",
"playground": "pnpm --dir examples/serialport-test run tauri dev",
"test": "jest --config jest.config.js",
"test:watch": "jest --config jest.config.js --watch"
},
"files": [
"dist-js",
"guest-js",
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"SECURITY.md",
"LICENSE-MIT",
"LICENSE-APACHE",
"LICENSE.spdx"
],
"sideEffects": false,
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.6"
},
"devDependencies": {
"@release-it/conventional-changelog": "^12.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^20.17.22",
"jest": "^30.5.1",
"jest-environment-jsdom": "^30.5.1",
"jest-junit": "^17.0.0",
"jsdom": "^30.0.1",
"release-it": "^21.0.2",
"rollup": "4.63.1",
"ts-jest": "^29.4.12",
"tslib": "^2.8.1",
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}