lkml
Version:
A speedy LookML parser & serializer implemented in Typescript (port of joshtemple/lkml)
31 lines (30 loc) • 691 B
JSON
{
"name": "lkml",
"version": "1.0.3",
"description": "A speedy LookML parser & serializer implemented in Typescript (port of joshtemple/lkml)",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drewgillson/lkml.git"
},
"keywords": [
"lookml",
"looker",
"lkml"
],
"author": "Drew Gillson",
"license": "MIT",
"bugs": {
"url": "https://github.com/drewgillson/lkml/issues"
},
"homepage": "https://github.com/drewgillson/lkml#readme",
"devDependencies": {
"@types/jest": "^25.2.3",
"jest": "^26.0.1",
"ts-jest": "^26.0.0"
}
}