{
	"name": "node-zenity",
	"description": "Node zenity bindings with typescript support",
	"version": "1.0.0",
	"author": "Kuba Orlik <kontakt@kuba-orlik.name>",
	"license": "MIT",
	"main": "./lib/index.js",
	"types": "./@types/index.d.ts",
	"scripts": {
		"build": "tsc",
		"watch": "npm run build -- --watch",
		"install": "npm run build"
	},
	"dependencies": {
		"@types/node": "^14.14.17"
	},
	"devDependencies": {
		"typescript": "^4.1.3"
	}
}