@looker/wholly-artifact
Version:
Looker Artifact API as a Table SDK
57 lines (56 loc) • 1.63 kB
JSON
{
"name": "@looker/wholly-artifact",
"version": "0.1.44",
"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": "26.8.0",
"@types/uuid": "^8.3.4"
},
"dependencies": {
"@looker/sdk": "26.8.0",
"@looker/sdk-rtl": "21.6.5",
"lodash": "4.17.21",
"uuid": "9.0.1"
},
"keywords": [
"Looker",
"Artifact",
"API",
"SDK"
],
"gitHead": "2eef678cbe8af38ea6070b08e80895df7c5f5ee0"
}