{
	"author": "Joan Rodas <joan@sirvelia.com>",
	"bugs": {
		"url": "https://github.com/joanrodas/plubo/issues"
	},
	"devDependencies": {
		"@wordpress/scripts": "latest",
		"css-loader": "6.7.3",
		"mini-css-extract-plugin": "2.7.2",
		"postcss": "8.4.21",
		"postcss-loader": "7.0.2",
		"postcss-preset-env": "8.0.1",
		"sass": "1.57.1",
		"sass-loader": "13.2.0",
		"ts-loader": "latest",
		"typescript": "latest",
		"webpack": "^5.75.0",
		"webpack-cli": "^5.0.1",
		"webpack-fix-style-only-entries": "0.6.1"
	},
	"engines": {
		"node": ">=16.0.0"
	},
	"homepage": "https://plubo.dev",
	"licenses": [
		{
			"type": "GPL-3.0+",
			"url": "https://www.gnu.org/licenses/gpl-3.0"
		}
	],
	"name": "@sirvelia-labs/asin-smart-links",
	"private": true,
	"repository": {
		"type": "git",
		"url": "git://github.com/joanrodas/plubo.git"
	},
	"scripts": {
		"build": "wp-scripts build",
		"start": "wp-scripts start",
		"translate": "yarn translate:pot && yarn translate:update",
		"translate:js": "wp i18n make-json ./languages --pretty-print",
		"translate:pot": "wp i18n make-pot . ./languages/plugin-placeholder.pot --ignore-domain --include=\"react,resources\""
	},
	"version": "1.0.0",
	"dependencies": {
		"alpinejs": "^3.10.5",
		"qrcode": "^1.5.1",
		"tailwindcss": "^3.2.7"
	}
}
