{
	"name": "@atomisthq/pulumi",
	"version": "2.2.39",
	"description": "Library of Pulumi IAC TypeScript helper functions and types",
	"author": {
		"name": "Atomist",
		"email": "support@atomist.com",
		"url": "https://atomist.com/"
	},
	"license": "Apache-2.0",
	"repository": {
		"type": "git",
		"url": "https://github.com/atomisthq/pulumi.git"
	},
	"keywords": [
		"infrastructure-as-code",
		"pulumi"
	],
	"homepage": "https://github.com/atomisthq/pulumi#readme",
	"bugs": {
		"url": "https://github.com/atomisthq/pulumi/issues"
	},
	"devDependencies": {
		"@atomisthq/pulumi-dev": "2.1.10",
		"@eslint/eslintrc": "3.3.1",
		"@eslint/js": "9.24.0",
		"globals": "16.0.0"
	},
	"dependencies": {
		"@pulumi/aws": "6.77.0",
		"@pulumi/awsx": "2.21.1",
		"@pulumi/datadog": "4.48.1",
		"@pulumi/gcp": "8.26.0",
		"@pulumi/kubernetes": "4.22.1",
		"@pulumi/pulumi": "3.162.0",
		"@types/fs-extra": "11.0.4",
		"@types/ini": "4.1.1",
		"@types/inquirer": "9.0.7",
		"@types/js-yaml": "4.0.9",
		"@types/node": "22.14.1",
		"@types/node-fetch": "2.6.12",
		"fast-glob": "3.3.3",
		"fs-extra": "11.3.0",
		"ini": "5.0.0",
		"inquirer": "12.5.2",
		"js-yaml": "4.1.0",
		"node-fetch": "3.3.2",
		"rimraf": "6.0.1"
	},
	"engines": {
		"node": ">=10.0.0",
		"npm": ">=6.0.0"
	},
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "run-s clean compile test lint doc",
		"clean": "rimraf dist doc",
		"compile": "tsc --project .",
		"doc": "typedoc --excludeExternals --exclude /dist/ --out doc *.ts bin lib",
		"lint": "run-p lint:prettier lint:ts",
		"lint:fix": "run-p lint:fix:prettier lint:fix:ts",
		"lint:fix:prettier": "prettier --write \"**/*.@(graphql|json|markdown|yaml|yml|md)\"",
		"lint:fix:ts": "npm run lint:ts -- --fix",
		"lint:prettier": "prettier --list-different \"**/*.@(graphql|json|markdown|yaml|yml|md)\"",
		"lint:ts": "eslint --ext .ts .",
		"test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\""
	}
}
