summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-23 17:16:31 +0200
committerRory& <root@rory.gay>2025-05-23 17:16:31 +0200
commit0875874715dd3aab7852f3c4524e7b4382f5003e (patch)
tree2589ba80c46e6705cd6ac645b0923d4deb5e8455 /package.json
parentadd deadline (diff)
downloadnodejs-final-assignment-0875874715dd3aab7852f3c4524e7b4382f5003e.tar.xz
Init package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644

index 0000000..fca13ee --- /dev/null +++ b/package.json
@@ -0,0 +1,15 @@ +{ + "name": "nodejs-final-assignment", + "version": "1.0.0", + "description": "[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/3A9ByVp3)", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/VivesMDima/nodejs-ti-a-final-assignment-TheArcaneBrony" + }, + "author": "", + "license": "ISC" +}