14 lines
367 B
JSON
14 lines
367 B
JSON
{
|
|
"name": "@typebot.io/wordpress",
|
|
"version": "4.0.0",
|
|
"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/4.0.0",
|
|
"commit": "svn ci -m 'Use embed v0.3 by default'"
|
|
}
|
|
}
|