-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 852 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
{
"name": "0xnode",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --respawn app.ts",
"build": "tsc",
"start": "tsc && node dist/app.js"
},
"author": "Geller Micael",
"license": "ISC",
"dependencies": {
"@types/multer": "^1.4.7",
"aws-sdk": "^2.1181.0",
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"mongoose": "^6.4.6",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"querystring": "^0.2.1",
"sharp": "^0.30.7"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/express": "^4.17.13",
"@types/node": "^18.0.6",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
}
}