{
	"name": "@ribarich/create-wordpress-app",
	"version": "0.1.6",
	"main": "build/index.js",
	"author": "Bruno Ribaric",
	"license": "ISC",
	"files": [
		"bin",
		"build",
		"templates"
	],
	"dependencies": {
		"@wordpress/scripts": "^23.5.0",
		"commander": "^9.4.0",
		"fast-glob": "^3.2.11",
		"handlebars": "^4.7.7",
		"inversify": "^6.0.1",
		"lodash": "^4.17.21",
		"pascal-case": "^3.1.2",
		"reflect-metadata": "^0.1.13"
	},
	"types": "./build/index.d.ts",
	"bin": "bin/cli.js",
	"keywords": [
		"wordpress",
		"environment"
	],
	"description": "Easily start WordPress development.",
	"publishConfig": {
		"access": "public"
	}
}
