-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.36 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
{
"name": "gnl-events-calendar",
"version": "2.2.0",
"description": "GNL Events Calendar",
"main": "app.ts",
"scripts": {
"build": "rimraf ./build && tsc",
"start:prod": "npm run build && node build/run/update.js",
"lint": "eslint . --ext .ts",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"once": "npm run build && node ./build/run/onetime.js",
"nuke": "npm run build && node ./build/run/nuke.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cepheid-UK/GNL-Events-calendar.git"
},
"author": "Cepheid-UK",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cepheid-UK/GNL-Events-calendar/issues"
},
"homepage": "https://github.com/Cepheid-UK/GNL-Events-calendar#readme",
"devDependencies": {
"@types/node": "^16.11.6",
"@types/node-cron": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"dependencies": {
"chrono-node": "^2.3.2",
"date-fns": "^2.25.0",
"googleapis": "^89.0.0",
"node-cron": "^3.0.0"
}
}