2
0
Files
bot/packages/wordpress/package.json
2022-03-12 08:03:18 +01:00

17 lines
402 B
JSON

{
"name": "wordpress",
"version": "2.0.0",
"main": "index.js",
"repository": "https://github.com/typebot-io/wordpress.git",
"author": "baptisteArno",
"license": "MIT",
"devDependencies": {
"@prettier/plugin-php": "^0.18.3"
},
"scripts": {
"deploy": "yarn copy && yarn commit",
"copy": "svn copy ./trunk ./tags/2.0.0",
"commit": "svn ci -m 'Support Typebot 2.0'"
}
}