-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.63 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "fmk-dosis-til-tekst-node",
"version": "2.1.4-SNAPSHOT",
"description": "",
"main": "index.js",
"scripts": {
"generate:version": "node scripts/inject-version.mjs",
"generate:tsoa": "tsoa spec && tsoa routes",
"build": "npm run generate:version && npm run generate:tsoa && tsc",
"start": "node target/js/index.js",
"dev": "tsx watch src/index.ts",
"Xstart": "npx ts-node --transpile-only src/index.ts",
"Xpredev": "npm run swagger",
"Xdev": "npx ts-node src/index.ts",
"Xprebuild": "npm run swagger",
"Xbuild": "tsc",
"Xswagger": "tsoa spec-and-routes",
"eslint": "npx eslint --color -c .eslintrc.js --ext .ts ./src"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/morgan": "1.9.10",
"@types/multer": "2.1.0",
"@types/node": "25.7.0",
"@types/swagger-jsdoc": "6.0.4",
"@typescript-eslint/eslint-plugin": "8.59.3",
"@typescript-eslint/parser": "8.59.3",
"concurrently": "9.2.1",
"eslint": "^10.9.1",
"multer": "2.1.1",
"swagger-jsdoc": "6.2.8",
"tsx": "^4.21.0",
"typescript": "6.0.3"
},
"dependencies": {
"@types/swagger-ui-express": "4.1.8",
"date-fns": "4.1.0",
"express": "5.2.1",
"fmk-dosis-til-tekst-ts": "^2.3.5",
"morgan": "^1.11.0",
"pino": "10.3.1",
"swagger-ui-express": "5.0.1",
"ts-node": "10.9.2",
"tsoa": "6.6.0"
},
"overrides": {
"ts-deepmerge": "^8.0.0"
}
}