-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 984 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "website-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node build/server.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@slack/web-api": "^6.1.0",
"app-root-path": "^3.0.0",
"axios": "^0.21.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jimp": "^0.16.1",
"jsdom": "^16.5.3",
"nanoid": "^3.1.22",
"puppeteer": "^2.0.0",
"sentence-case": "^3.0.4",
"ssl-checker": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.4.4",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"@types/app-root-path": "^1.2.4",
"@types/cors": "^2.8.10",
"@types/es6-shim": "^0.31.41",
"@types/express": "^4.17.11",
"@types/jsdom": "^16.2.10",
"@types/puppeteer": "^5.4.3",
"nodemon": "^2.0.14"
}
}