build(wp): 🏗️ Add wordpress plugin

This commit is contained in:
Baptiste Arnaud
2022-02-25 08:54:13 +01:00
parent 64990fc607
commit 27bff8c4b7
24 changed files with 1337 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "wordpress",
"version": "2.0.0",
"main": "index.js",
"repository": "https://github.com/typebot-io/wordpress.git",
"author": "Baptiste Arnaud <contact@baptiste-arnaud.fr>",
"license": "MIT",
"devDependencies": {
"@prettier/plugin-php": "^0.17.3"
},
"scripts": {
"deploy": "yarn copy && yarn commit",
"copy": "svn copy ./trunk ./tags/2.0.0",
"commit": "svn ci -m 'Support Typebot 2.0'"
}
}