UNPKG

google-closure-library-types

Version:

TypeScript type definition (d.ts) for Google Closure Library

39 lines (38 loc) 1.03 kB
{ "name": "google-closure-library-types", "description": "TypeScript type definition (d.ts) for Google Closure Library", "version": "0.1.17", "author": "Teppei Sato <teppeis@gmail.com>", "main": "index.d.ts", "files": [ "*.d.ts" ], "scripts": { "build": "./build.sh", "error": "grep 'TS\\d.*' -o errors.txt | sort | tee error-ids.txt", "postinstall": "patch-package", "test": "tsc -p ./test/tsconfig.json | tee errors.txt" }, "dependencies": { "@teppeis/clutz": "^1.0.2", "google-closure-library": "^20190929.0.0", "patch-package": "^6.2.0", "typescript": "^3.6.4" }, "homepage": "https://github.com/teppeis/closure-library.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/teppeis/closure-library.d.ts.git" }, "bugs": { "url": "https://github.com/teppeis/closure-library.d.ts/issues" }, "keywords": [ "google-closure-compiler", "typescript" ], "license": "MIT", "devDependencies": { "prettier": "^1.18.2" } }