{ "name": "@keymanapp/web-utils", "description": "Common utility functions used throughout other Keyman packages", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "build": "gosh ./build.sh", "clean": "tsc -b --clean", "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": { "@keymanapp/resources-gosh": "*", "@keymanapp/keyman-version": "*", "@types/node": "^14.0.5", "typescript": "^4.5.4" } }