diff options
Diffstat (limited to 'Year_3/Web/math/package.json')
-rw-r--r-- | Year_3/Web/math/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Year_3/Web/math/package.json b/Year_3/Web/math/package.json new file mode 100644 index 0000000..b7c355c --- /dev/null +++ b/Year_3/Web/math/package.json @@ -0,0 +1,14 @@ +{ + "name": "math", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "express": "^4.18.1" + } +} |