Skip to content

Commit 9484ee4

Browse files
committed
fix: TT-365-add-package.json
1 parent 059ae0b commit 9484ee4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

V2/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "time-tracker-backend",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"offline": "serverless offline",
9+
"deploy": "serverless deploy"
10+
},
11+
"author": "",
12+
"license": "ISC",
13+
"devDependencies": {
14+
"serverless": "^2.64.1",
15+
"serverless-azure-functions": "1.0.2-22"
16+
}
17+
}

0 commit comments

Comments
 (0)