From e3f18a7d29e87d9a7bd51b11115943949868f371 Mon Sep 17 00:00:00 2001 From: cklein12 <48038030+cklein12@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:11:14 -0400 Subject: [PATCH] Create test.nd --- test.nd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test.nd diff --git a/test.nd b/test.nd new file mode 100644 index 0000000000..9387587d09 --- /dev/null +++ b/test.nd @@ -0,0 +1,14 @@ +{ + "name": "dependencygoat2", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "minimist": "0.0.8" + } +}