github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/functions-secrets/nodejs/package.json (about)

     1  {
     2      "name": "@pulumi/mypkg",
     3      "version": "${VERSION}",
     4      "scripts": {
     5          "build": "tsc",
     6          "install": "node scripts/install-pulumi-plugin.js resource mypkg ${VERSION}"
     7      },
     8      "dependencies": {
     9          "@pulumi/pulumi": "^3.42.0"
    10      },
    11      "devDependencies": {
    12          "@types/node": "latest",
    13          "typescript": "^4.3.5"
    14      },
    15      "pulumi": {
    16          "resource": true,
    17          "name": "mypkg"
    18      }
    19  }