-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.5 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
45
46
47
48
49
50
51
52
{
"name": "@studioaquatan/xmas2021",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
"start": "npm run build && node dist/app.js"
},
"license": "MIT",
"main": "dist/app.js",
"dependencies": {
"@aws-sdk/client-iot": "^3.218.0",
"@aws-sdk/client-iot-data-plane": "^3.218.0",
"@google-cloud/iot": "^3.1.2",
"body-parser": "^1.20.1",
"connect-typeorm": "^2.0.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"joi": "^17.7.0",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-instagram": "^1.0.0",
"passport-twitter": "^1.0.4",
"sqlite3": "^5.1.2",
"twict": "^0.0.10",
"twitter-api-v2": "^1.12.9",
"typeorm": "^0.3.10",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.5",
"@types/morgan": "^1.9.3",
"@types/passport": "^1.0.11",
"@types/passport-instagram": "^1.0.2",
"@types/passport-twitter": "^1.0.37",
"@types/prettier": "^2.7.1",
"@types/request-promise": "^4.1.48",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "^4.9.3"
}
}