-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.75 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
{
"name": "repodoc",
"version": "0.0.0",
"main": "dists/infra/http/server.js",
"repository": "https://github.com/filipeas/repodoc",
"author": "Filipe A.S <https://github.com/filipeas>",
"license": "MIT",
"scripts": {
"dev:server": "tsnd -r tsconfig-paths/register --inspect --ignore-watch node_modules --transpile-only --respawn src/infra/http/server.ts",
"typeorm": "tsnd -r tsconfig-paths/register ./node_modules/typeorm/cli",
"seed:platform": "tsnd src/infra/typeorm/seeds/video-platforms.ts"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/multer": "^1.4.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.0",
"ts-node-dev": "^1.1.8",
"ts-node-paths": "^1.0.1",
"typescript": "^4.6.3"
},
"dependencies": {
"@filipeas/artisan": "^0.2.11",
"@types/uuid": "^8.3.4",
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-async-errors": "^3.1.1",
"jest": "^27.5.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.6.0",
"typeorm": "^0.2.44",
"uuid": "^8.3.2",
"yup": "^0.32.11"
}
}