forked from robotnic/express-entsoe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.7 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "express-entsoe",
"version": "0.5.83",
"main": "dist/index.js",
"scripts": {
"test": "env-cmd -f .env-test jasmine --config=spec/jasmine.json",
"test:aws": "env-cmd -f .env-aws jasmine --config=spec/jasmine.json",
"test:cache": "env-cmd -f .env-cache jasmine --config=spec/jasmine.json",
"start": "ts-node index.ts",
"build": "rimraf -r dist && tsc --project tsconfig-build.json",
"lint": "eslint . --ext .ts",
"serve": "tsc --watch | firebase emulators:start --only functions",
"deploy": "firebase deploy --only functions"
},
"engines": {
"node": "14"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^0.21.4",
"cors": "^2.8.5",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"env-cmd": "10.1.0",
"express": "^4.17.1",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"js-joda": "^1.11.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/flat-cache": "^2.0.0",
"@types/jasmine": "^3.9.1",
"@types/node": "^16.7.10",
"@types/node-fetch": "^3.0.3",
"@types/supertest": "^2.0.11",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"jasmine": "^3.9.0",
"jasmine-console-reporter": "^3.1.0",
"jasmine-spec-reporter": "^7.0.0",
"jasmine-ts": "^0.4.0",
"node-fetch": "^3.2.3",
"openapi-types": "^12.0.2",
"rimraf": "^3.0.2",
"supertest": "^6.1.6",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
}
}