UNPKG

@looker/sdk-rtl

Version:
48 lines (47 loc) 1.42 kB
{ "name": "@looker/sdk-rtl", "version": "21.6.4", "description": "Looker SDK Runtime Library", "main": "lib/index.js", "module": "lib/esm/index.js", "sideEffects": false, "typings": "lib/index.d.ts", "files": [ "lib" ], "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/looker-open-source/sdk-codegen.git", "directory": "packages/sdk-rtl" }, "author": "Looker", "license": "MIT", "scripts": { "docs": "typedoc --mode file --out docs", "watch": "yarn lerna exec --scope @looker/sdk-rtl --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'", "watch:cjs": "yarn lerna exec --scope @looker/sdk-rtl --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'" }, "bugs": { "url": "https://github.com/looker-open-source/sdk-codegen/issues" }, "engines": { "node": ">=12", "npm": ">=5.5.1" }, "homepage": "https://github.com/looker-open-source/sdk-codegen/tree/master/packages/sdk-rtl", "devDependencies": { "@manypkg/find-root": "2.2.1", "jest-fetch-mock": "3.0.3", "js-yaml": "4.1.0" }, "keywords": [ "Looker", "SDK", "RTL" ], "gitHead": "4f7632b94e4b0e53380ba95aaebbe7ed789ac9ca" }