spiegel-keyman/resources/web-environment/package.json
2021-10-06 23:11:38 -04:00

22 lines
643 B
JSON

{
"name": "@keymanapp/web-environment",
"version": "15.0.129",
"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"
},
"scripts": {
"prepare": "gosh ./build.sh"
},
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"devDependencies": {
"@keymanapp/resources-gosh": "^15.0.129"
}
}