-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 587 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 587 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "nano",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node index.js",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nanobox/nano-client": "latest",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"form-data": "^4.0.0"
},
"devDependencies": {
"aws-sdk": "^2.858.0",
"express": "^4.17.1",
"lambda-local": "^1.7.4",
"nodemon": "^2.0.7"
}
}