-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "laravel-schulung-node",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --inspect=5858 -r ts-node/register ./src/index.ts",
"web": "node ./dist/index.js",
"watch": "nodemon"
},
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"pdf-lib": "^1.16.0"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^33.0.1",
"nodemon": "^2.0.7",
"ts-node": "^10.0.0",
"tsc-watch": "^4.4.0",
"typescript": "^4.3.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}