14 lines
361 B
JSON
14 lines
361 B
JSON
{
|
|
"name": "@typebot.io/wordpress",
|
|
"version": "3.1.11",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/baptisteArno/typebot.io",
|
|
"author": "baptisteArno",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"deploy": "pnpm copy && pnpm commit",
|
|
"copy": "svn copy ./trunk ./tags/3.1.11",
|
|
"commit": "svn ci -m 'Auto forward UTMs'"
|
|
}
|
|
}
|