{
	"name": "pic-tag",
	"version": "0.1.0",
	"description": "Block to tag objects in image and display in frontend",
	"author": "UjW0L",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
	"devDependencies": {
		"@wordpress/scripts": "^26.9.0"
	},
	"dependencies": {
		"@tensorflow/tfjs": "^4.9.0",
		"i": "^0.3.7",
		"npm": "^9.8.1",
		"yolov5js": "^1.0.0"
	}
}
