UNPKG

@looker/wholly-artifact

Version:
57 lines (56 loc) 1.64 kB
{ "name": "@looker/wholly-artifact", "version": "0.1.35", "description": "Looker Artifact API as a Table SDK", "main": "lib/index.js", "module": "lib/esm/index.js", "sideEffects": false, "typings": "lib/index.d.ts", "files": [ "lib" ], "private": false, "publishConfig": { "access": "public" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/looker-open-source/sdk-codegen.git", "directory": "packages/wholly-artifact" }, "author": "Looker", "license": "MIT", "scripts": { "docs": "typedoc --mode file --out docs", "watch": "yarn lerna exec --scope @looker/wholly-artifact --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/wholly-artifact --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/main/packages/wholly-artifact", "devDependencies": { "@looker/sdk-node": "25.10.0", "@types/uuid": "^8.3.4" }, "dependencies": { "@looker/sdk": "25.10.0", "@looker/sdk-rtl": "21.6.4", "lodash": "4.17.21", "uuid": "9.0.1" }, "keywords": [ "Looker", "Artifact", "API", "SDK" ], "gitHead": "77f59cea930e08c87ebc09f2ea5e64eca959398e" }