UNPKG

@project-lakechain/opensearch-collection

Version:

Creates an OpenSearch Serverless collection in a VPC.

54 lines (53 loc) 1.27 kB
{ "name": "@project-lakechain/opensearch-collection", "description": "Creates an OpenSearch Serverless collection in a VPC.", "version": "0.10.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "publishConfig": { "access": "public" }, "scripts": { "build": "npx tsc", "clean": "npx rimraf dist/ node_modules/", "lint": "npx eslint .", "prettier:check": "npx prettier --check ." }, "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com" }, "repository": { "type": "git", "url": "git://github.com/awslabs/project-lakechain" }, "bugs": { "url": "https://github.com/awslabs/project-lakechain/issues" }, "license": "Apache-2.0", "homepage": "https://awslabs.github.io/project-lakechain/", "devDependencies": { "@types/jest": "^29.5.7", "@types/node": "^22.2.0", "esbuild": "0.21.5", "rimraf": "^6.0.1" }, "peerDependencies": { "aws-cdk-lib": "2.158.0", "constructs": "^10.3.0" }, "lint-staged": { "*.{ts, json}": "npx eslint", "*.{js,json,md}": "npx prettier --check" }, "keywords": [ "aws", "cdk", "opensearch", "lakechain" ], "gitHead": "f080ed70247fa251fc03646eaeacabb11e6dfec4" }