{
	"name": "rssonlypost",
	"version": "0.1",
	"description": "RSS only post",
	"main": "rssonlypost.js",
	"scripts": {
		"start": "npm install && webpack -d --watch",
		"watch": "webpack -d --watch",
		"build": "webpack -p"
	},
	"author": "Lutz SChroeer",
	"license": "GPL-3.0",
	"devDependencies": {
		"@babel/core": "^7.11.0",
		"@babel/preset-env": "^7.11.0",
		"@babel/preset-react": "^7.10.4",
		"babel-loader": "^8.0.6",
		"webpack": "^4.44.1",
		"webpack-cli": "^3.3.12"
	},
	"dependencies": {
		"@wordpress/edit-post": "^5.0.13",
		"@wordpress/plugins": "^4.0.6",
		"chokidar": "^3.5.2"
	}
}
