Last change
on this file since b612ab1 was b612ab1, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 2 years ago |
Basic functions added
|
-
Property mode
set to
100644
|
File size:
360 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "backend",
|
---|
3 | "type": "module",
|
---|
4 | "version": "1.0.0",
|
---|
5 | "description": "",
|
---|
6 | "main": "index.js",
|
---|
7 | "scripts": {
|
---|
8 | "start": "nodemon server.js",
|
---|
9 | "test": "echo \"Error: no test specified\" && exit 1"
|
---|
10 | },
|
---|
11 | "author": "",
|
---|
12 | "license": "ISC",
|
---|
13 | "dependencies": {
|
---|
14 | "express": "^4.18.1"
|
---|
15 | },
|
---|
16 | "devDependencies": {
|
---|
17 | "nodemon": "^2.0.19"
|
---|
18 | }
|
---|
19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.