-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.56 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "agua-ora",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register --inspect --transpile-only --ignore-watch node_modules --respawn src/shared/http/server.ts",
"seed": "ts-node -r tsconfig-paths/register src/shared/seed/seed.ts",
"start": "ts-node -r tsconfig-paths/register --transpile-only src/shared/http/server.ts",
"seed-dev": "ts-node --inspect --transpile-only --ignore-watch node_modules --respawn src/seed.ts",
"typeorm": "ts-node-dev -r tsconfig-paths/register ./node_modules/typeorm/cli"
},
"devDependencies": {
"@types/dotenv-safe": "^8.1.2",
"@types/json2csv": "^5.0.3",
"@types/node": "^16.10.1",
"@types/node-cron": "^3.0.1",
"@types/pg": "^8.6.1",
"@types/pg-copy-streams": "^1.2.1",
"@types/redis": "^4.0.11",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"cheerio": "^1.0.0-rc.10",
"csv-parse": "^5.0.3",
"csv-stringify": "^6.0.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"prettier": "^2.4.1",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.11.0",
"tsyringe": "^4.6.0",
"typescript": "^4.4.3"
},
"dependencies": {
"@types/adm-zip": "^0.4.34",
"@types/axios": "^0.14.0",
"@types/express": "^4.17.13",
"@types/geojson": "^7946.0.8",
"@types/unzipper": "^0.10.4",
"adm-zip": "^0.5.9",
"async-get-file": "^1.0.4",
"axios": "^0.24.0",
"build-url": "^6.0.1",
"camelcase": "^6.3.0",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv-safe": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"follow-redirects": "^1.14.8",
"geojson": "^0.5.0",
"json-2-csv": "^4.1.0",
"json2csv": "^5.0.6",
"moment": "^2.29.2",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.7",
"nth-check": "^2.0.1",
"pg": "^8.7.1",
"pg-copy-streams": "^6.0.2",
"puppeteer": "^13.0.1",
"query-string": "^7.0.1",
"reflect-metadata": "^0.1.13",
"snake-case": "^3.0.4",
"swagger-ui-express": "^4.4.0",
"system-commands": "^1.1.7",
"table-scraper": "^1.0.3",
"typeorm": "^0.2.37",
"unzipper": "^0.10.11",
"uuid": "^8.3.2"
}
}