-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "sol-server",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"start": "npm run build && node dist/app.js",
"dev": "nodemon src/app.ts",
"build": "rm -rf dist/ && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.9",
"@types/node": "^14.14.20",
"@types/uuid": "^8.3.0",
"ts-node": "^9.1.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"aws-sdk": "^2.823.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"express": "^4.17.1",
"follow-redirects": "^1.13.1",
"image-downloader": "^4.0.2",
"node-cache": "^5.1.2",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"prettier": "^2.2.1",
"request": "^2.88.2",
"spritesmith": "^3.4.0",
"typescript": "^4.1.3",
"uuid": "^8.3.2"
}
}