2022-02-25 08:54:13 +01:00
|
|
|
{
|
|
|
|
"name": "wordpress",
|
2022-05-05 12:57:11 -07:00
|
|
|
"version": "2.1.8",
|
2022-02-25 08:54:13 +01:00
|
|
|
"main": "index.js",
|
2022-05-13 06:59:59 -07:00
|
|
|
"repository": "https://github.com/baptisteArno/typebot.io",
|
2022-03-12 07:53:37 +01:00
|
|
|
"author": "baptisteArno",
|
2022-03-17 16:39:12 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-02-25 08:54:13 +01:00
|
|
|
"devDependencies": {
|
2022-05-13 09:18:25 -07:00
|
|
|
"@prettier/plugin-php": "^0.18.4"
|
2022-02-25 08:54:13 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"deploy": "yarn copy && yarn commit",
|
2022-05-05 12:57:11 -07:00
|
|
|
"copy": "svn copy ./trunk ./tags/2.1.8",
|
|
|
|
"commit": "svn ci -m 'Fix proactive message bug'"
|
2022-02-25 08:54:13 +01:00
|
|
|
}
|
|
|
|
}
|