mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
22 lines
643 B
JSON
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"
|
|
}
|
|
}
|