]> git.codecow.com Git - nano-pow.git/commitdiff
Allow install scripts for dependencies.
authorChris Duncan <chris@codecow.com>
Mon, 3 Aug 2026 19:12:38 +0000 (12:12 -0700)
committerChris Duncan <chris@codecow.com>
Mon, 3 Aug 2026 19:12:38 +0000 (12:12 -0700)
package.json

index a9927f12399289f8ecfdfcfc5a44c5c71b0b1e00..6ebe01958d0ef34c02685a916f7becf1acd63188 100644 (file)
@@ -75,5 +75,9 @@
                        "default": "./dist/utils/index.js"
                }
        },
-       "types": "./dist/index.d.ts"
+       "types": "./dist/index.d.ts",
+       "allowScripts": {
+               "esbuild@0.28.1": true,
+               "puppeteer@25.3.0": true
+       }
 }