spiegel-keyman/common/core/web/utils/package.json
2020-05-20 14:10:38 -06:00

25 lines
657 B
JSON

{
"name": "@keymanapp/web-utils",
"version": "14.0.78",
"description": "Common utility functions used throughout other Keyman packages",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p ./src/tsconfig.json",
"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"
}
}