-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.35 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
{
"name": "hackney-cinema-calendar",
"version": "1.0.0",
"private": true,
"description": "Automatically generated calendar of events for cinemas in Hackney, London",
"main": "index.js",
"scripts": {
"test": "jest",
"format": "prettier \"./**/*.js(on)?\" --write && prettier \"./**/*.ts(x)?\" --write && prettier \"./**/*.md\" --write --prose-wrap=always",
"generate": "TZ=Europe/London node index.js",
"output:highlight-hydration-misses-for-review": "node ./scripts/highlight-hydration-misses-for-review.js",
"clear:cache": "rm -rf ./cache && git checkout ./cache",
"clear:output": "rm -rf ./output && git checkout ./output",
"populate:output": "./scripts/get-latest-release-assets.sh",
"generate:combined-data": "node ./scripts/generate-combined-data.js"
},
"author": "Alistair Brown <[email protected]>",
"license": "MIT",
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"cheerio": "^1.0.0-rc.12",
"compress-json": "^3.1.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"ics": "^3.7.6",
"moviedb-promise": "^4.0.7",
"playwright": "^1.49.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"replace-special-characters": "^1.2.7",
"slugify": "^1.6.6"
},
"devDependencies": {
"jest": "^29.7.0",
"prettier": "^3.3.3"
}
}