1
0
ohmyform/package.json
Michael Schramm ed3d0e7392 release 1.0.3
2022-03-27 20:24:28 +02:00

20 lines
484 B
JSON

{
"version": "1.0.3",
"name": "ohmyform",
"description": "Opensource alternative to TypeForm",
"homepage": "https://github.com/ohmyform/ohmyform",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/ohmyform/ohmyform.git"
},
"engines": {
"yarn": "1.x",
"node": "^12 || ^14 || ^16"
},
"scripts": {
"heroku-prebuild": "scripts/heroku/prebuild.sh",
"heroku-postbuild": "scripts/heroku/postbuild.sh"
}
}