forked from emmikkelsen/node-lectio-til-ics
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "node-lectio",
"version": "1.2.0",
"description": "Lectio calendar to .ics converter",
"main": "node-lectio.js",
"scripts": {
"dev": "NODE_ENV=development nodemon",
"start": "NODE_ENV=production node -r reify node-lectio.js",
"test": "NOD_ENV=test node -r reify test.js"
},
"author": "Emil Bach Mikkelsen",
"contributors": [
"Scott Mathieson <[email protected]>"
],
"license": "ISC",
"dependencies": {
"@fast-csv/parse": "4.3.2",
"cheerio": "1.0.0-rc.3",
"dotenv": "8.2.0",
"fast-csv": "4.3.2",
"html-entities": "1.3.1",
"puppeteer": "5.3.0",
"reify": "0.20.12"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/node": "7.10.5",
"@babel/preset-env": "7.11.5",
"babel-eslint": "10.1.0",
"eslint": "7.9.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"nodemon": "2.0.4",
"prettier": "2.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soeren-b-c/lectio-skema-til-.ics-kalender.git"
},
"bugs": {
"url": "https://github.com/soeren-b-c/lectio-skema-til-.ics-kalender/issues"
},
"homepage": "https://github.com/soeren-b-c/lectio-skema-til-.ics-kalender#readme"
}