databricks-cdk
Version:
With this package databricks resources can be deployed with cdk
55 lines (54 loc) • 1.35 kB
JSON
{
"name": "databricks-cdk",
"version": "0.11.36",
"license": "MIT",
"description": "With this package databricks resources can be deployed with cdk",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"keywords": [
"cdk",
"aws",
"databricks"
],
"author": "Peter van 't Hof",
"repository": {
"type": "git",
"url": "https://github.com/RoyalFloraHolland/databricks-cdk"
},
"scripts": {
"lint": "eslint --max-warnings 0 'src/**/*.ts'",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.5.5"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"**/tests/**/*.test.(ts|js)"
],
"testEnvironment": "node"
},
"dependencies": {
"aws-cdk-lib": "^2.96.0",
"constructs": "^10.1.22"
}
}