17 lines
407 B
JSON
17 lines
407 B
JSON
{
|
|
"name": "wordpress",
|
|
"version": "2.1.1",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/typebot-io/wordpress.git",
|
|
"author": "baptisteArno",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@prettier/plugin-php": "^0.18.3"
|
|
},
|
|
"scripts": {
|
|
"deploy": "yarn copy && yarn commit",
|
|
"copy": "svn copy ./trunk ./tags/2.1.1",
|
|
"commit": "svn ci -m 'Deploy 2.1'"
|
|
}
|
|
}
|