{
"name": "tauri-plugin-snap-layout",
"version": "1.0.8",
"author": "Hyph-M",
"contributors": [
"Siddharth <siddharth99c@gmail.com>",
"clarifei"
],
"description": "Windows 11 snap layout helper plugin for Tauri v2",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Hyph-M/tauri-plugin-snap-layout.git"
},
"homepage": "https://github.com/Hyph-M/tauri-plugin-snap-layout",
"license": "MIT",
"types": "./dist-js/index.d.ts",
"main": "./dist-js/index.js",
"module": "./dist-js/index.js",
"exports": {
"types": "./dist-js/index.d.ts",
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs"
},
"files": [
"dist-js",
"README.md"
],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch",
"check": "tsc --project tsconfig.check.json",
"prepublishOnly": "pnpm run build",
"pretest": "pnpm run build"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.9.6",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
}
}