spiegel-keyman/common/core/web/utils/package.json
Marc Durdin 51262a6a48
Merge pull request #3146 from keymanapp/fix/web/utils/build-environment.inc.ts
fix(web/utils): use build script to generate environment.inc.ts
2020-05-22 17:01:31 +10:00

25 lines
677 B
JSON

{
"name": "@keymanapp/web-utils",
"version": "14.0.79",
"description": "Common utility functions used throughout other Keyman packages",
"main": "./dist/index.js",
"types:": "./dist/index.d.ts",
"scripts": {
"build": "node ../../../../resources/gosh.js ./build.sh",
"prepare": "npm run build",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"author": "SIL International",
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"homepage": "https://github.com/keymanapp/keyman#readme",
"devDependencies": {
"typescript": "^3.7.2"
}
}