spiegel-keyman/common/web/web-environment/package.json
2022-05-16 08:29:46 +10:00

18 lines
557 B
JSON

{
"name": "@keymanapp/web-environment",
"description": "A compilation utility for passing select environment variables into our TS builds",
"author": "Joshua Horton <joshua_horton@sil.org> (https://github.com/jahorton)",
"homepage": "https://github.com/keymanapp/keyman",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"devDependencies": {
"@keymanapp/resources-gosh": "*"
}
}