UNPKG
daaah
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
_Currently UnderDevelopment_
daaah
/
package.json
19 lines
(18 loc)
•
293 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name"
:
"daaah"
,
"version"
:
"0.0.3"
,
"author"
:
"Hassaan Maqsood"
,
"license"
:
"Apache-2.0"
,
"scripts"
:
{
"start"
:
"node index.js"
}
,
"keywords"
:
[
"serverless"
,
"functions"
,
"dah"
,
"daa"
]
,
"dependencies"
:
{
"axios"
:
"^1.4.0"
}
}