forked from inevitable-team/compiled-mcr-events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 850 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
{
"name": "manchester-tech-meetups",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"start": "node script",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inevitable-team/compiled-mcr-events.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/inevitable-team/compiled-mcr-events/issues"
},
"homepage": "https://github.com/inevitable-team/compiled-mcr-events#readme",
"dependencies": {
"async": "^3.1.1",
"beautify": "0.0.8",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"graphql": "^15.6.1",
"graphql-request": "^3.5.0",
"ical-generator": "^2.2.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"os": "^0.1.1",
"shelljs": "^0.8.4"
}
}