1
0
ohmyform/package.json

20 lines
484 B
JSON
Raw Permalink Normal View History

2020-06-03 04:40:48 -07:00
{
2022-03-27 11:24:28 -07:00
"version": "1.0.3",
2020-06-03 04:40:48 -07:00
"name": "ohmyform",
"description": "Opensource alternative to TypeForm",
"homepage": "https://github.com/ohmyform/ohmyform",
2020-06-03 05:17:16 -07:00
"license": "AGPL-3.0-or-later",
2020-06-03 04:40:48 -07:00
"repository": {
"type": "git",
"url": "https://github.com/ohmyform/ohmyform.git"
2020-06-03 04:50:07 -07:00
},
2020-06-03 04:55:31 -07:00
"engines": {
2020-06-03 10:37:02 -07:00
"yarn": "1.x",
2022-03-01 14:43:45 -08:00
"node": "^12 || ^14 || ^16"
2020-06-03 04:55:31 -07:00
},
2020-06-03 04:50:07 -07:00
"scripts": {
"heroku-prebuild": "scripts/heroku/prebuild.sh",
"heroku-postbuild": "scripts/heroku/postbuild.sh"
2020-06-03 04:40:48 -07:00
}
}