diff --git a/package.json b/package.json index 16786ef..f290020 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "description": "A tool to test globs against sets of test strings quickly and easily for the DigitalOcean Community.", "license": "Apache-2.0", + "private": true, + "engines": { + "node": "20.9.0" + }, "scripts": { "build": "npm run build:clean && npm run build:template && npm run build:static && npm run build:tool", "build:clean": "do-vue clean",