-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.02 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.02 KB
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
{
"engines": {
"node": ">=22.0.0"
},
"type": "module",
"scripts": {
"install-all": "npm install && cd packages/RHIScraper && npm install && cd ../ROScraper && npm install && cd ../..",
"build": "tsc -build packages/Main/",
"build-ofgem-check": "tsc -build packages/Main/tsconfig.OfgemCheck.prod.json",
"build-qf-webhookHandler": "tsc -build packages/Main"
},
"dependencies": {
"@types/node": "^22.9.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cheerio": "^1.0.0",
"eslint": "^8.57.0",
"eslint-config-love": "^63.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"postcodesio-client": "^0.3.4",
"puppeteer": "^23.2.2",
"rollup": "^4.21.3",
"rollup-plugin-multi-input": "^1.5.0",
"typescript": "^5.6.3"
}
}