-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "okopress-task",
"version": "1.0.0",
"description": "Date modification function",
"main": "index.js",
"scripts": {
"test:function": "ts-node-dev ./utils/modifyDate.ts",
"dev": "ts-node-dev --files ./index.ts",
"test:api": "jest --watchAll"
},
"keywords": [
"date"
],
"author": "Wojciech Szmelczerczyk <szmelczerczykwojciech@gmail.com>",
"license": "ISC",
"dependencies": {
"@types/lodash": "^4.14.186",
"body-parser": "^1.20.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"convert-csv-to-json": "^1.3.3",
"csv-parse": "^5.3.1",
"csv-writer": "^1.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"json2csv": "^5.0.7",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"node-mocks-http": "^1.11.0",
"paginatejson": "^1.0.3",
"pagination-apis": "^1.0.8",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.9.0",
"supertest": "^6.3.0",
"ts-node-dev": "^2.0.0",
"typedi": "^0.10.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.14",
"@types/jest": "^29.1.2",
"@types/json2csv": "^5.0.3",
"@types/multer": "^1.4.7",
"@types/supertest": "^2.0.12",
"jest": "^29.2.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}