UNPKG

@frielforreal/pulumi-wordle

Version:

Stand up Wordle while you stand up infrastructure

28 lines (27 loc) 754 B
{ "name": "@frielforreal/pulumi-wordle", "version": "0.3.2", "keywords": [ "pulumi", "wordle", "category/Fun", "category/Utility" ], "homepage": "https://github.com/aaronfriel/pulumi-wordle", "repository": "https://github.com/aaronfriel/pulumi-wordle", "license": "Apache-2.0", "scripts": { "build": "tsc", "install": "node scripts/install-pulumi-plugin.js resource wordle ${VERSION}" }, "dependencies": { "@pulumi/pulumi": "^3.0.0" }, "devDependencies": { "typescript": "^4.3.5" }, "pulumi": { "resource": true, "pluginDownloadURL": "https://github.com/aaronfriel/pulumi-wordle/releases/download/v${VERSION}" } }