2022-02-25 08:54:13 +01:00
|
|
|
{
|
|
|
|
"name": "wordpress",
|
2022-03-17 14:37:00 +01:00
|
|
|
"version": "2.1.1",
|
2022-02-25 08:54:13 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"repository": "https://github.com/typebot-io/wordpress.git",
|
2022-03-12 07:53:37 +01:00
|
|
|
"author": "baptisteArno",
|
2022-02-25 08:54:13 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-03-12 07:53:37 +01:00
|
|
|
"@prettier/plugin-php": "^0.18.3"
|
2022-02-25 08:54:13 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"deploy": "yarn copy && yarn commit",
|
2022-03-17 14:37:00 +01:00
|
|
|
"copy": "svn copy ./trunk ./tags/2.1.1",
|
|
|
|
"commit": "svn ci -m 'Deploy 2.1'"
|
2022-02-25 08:54:13 +01:00
|
|
|
}
|
|
|
|
}
|