diff --git a/package.json b/package.json index 42e24b3..041b522 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,9 @@ "version": "2.1.0", "description": "Deploy tools for QuantCDN", "main": "cli.js", + "packageManager": "npm", "engines": { - "node": ">=12" + "node": ">=16" }, "scripts": { "test": "mocha --recursive", @@ -18,9 +19,7 @@ "url": "git+https://github.com/quantcdn/node-cli.git" }, "author": "Stuart Rowlands ", - "contributors": [ - "Steven Worley " - ], + "contributors": ["Steven Worley "], "license": "ISC", "bugs": { "url": "https://github.com/quantcdn/node-cli/issues" @@ -29,10 +28,7 @@ "bin": { "quant": "cli.js" }, - "files": [ - "cli.js", - "/src" - ], + "files": ["cli.js", "/src"], "dependencies": { "@sinonjs/referee": "^11.0.1", "big-json": "^3.1.0",