-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "http_sse",
"version": "1.1.0",
"description": "",
"main": "main.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "npx nodemon -r dotenv/config main.ts",
"start": "npx ts-node -r dotenv/config main.ts",
"lint": "npx eslint . --ext .ts",
"build": "npx tsc --project tsconfig.json"
},
"author": "2rueSid <[email protected]>",
"homepage": "https://github.com/grantedco/dovzhenko",
"license": "MIT",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-airbnb-typescript-prettier": "^4.2.0",
"eslint-plugin-import": "^2.25.2",
"nodemon": "^2.0.14",
"prettier": "2.4.1",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"dependencies": {
"aws-sdk": "^2.1033.0",
"body": "^5.1.0",
"dotenv": "^10.0.0",
"lodash.isequal": "^4.5.0"
}
}