-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "JHMC-scripts",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"airtable-plus": "^1.0.4",
"body-parser": "^1.20.2",
"color": "^3.1.3",
"colorts": "^0.1.63",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"csvtojson": "^2.0.10",
"date-and-time": "^0.14.2",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"humanize-duration": "^3.28.0",
"md-to-pdf": "^5.1.0",
"mdToPdf": "^1.0.4",
"nodemon": "^1.19.4",
"path-to-regexp": "^6.2.1",
"shelljs": "^0.8.4",
"socket.io": "^4.7.1",
"ts-node": "^10.9.2",
"yes-https": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thewindsofwinter/JHMC-scripts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thewindsofwinter/JHMC-scripts/issues"
},
"homepage": "https://github.com/thewindsofwinter/JHMC-scripts#readme",
"description": ""
}