-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.94 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@sehoon",
"version": "1.0.0",
"description": "![깃 허브 권세훈](https://user-images.githubusercontent.com/20807197/160443678-3d8a8220-b954-42fe-95e3-be00e3594ed8.png)",
"main": "index.js",
"private": true,
"workspaces": [
"Seminar/*",
"Assignment/*",
"__test__/*"
],
"scripts": {
"test": "jest --silent --runInBand --detectOpenHandles --verbose --forceExit",
"lint": "eslint --fix **/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/30th-THE-SOPT-Server-Part/SeHoon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/30th-THE-SOPT-Server-Part/SeHoon/issues"
},
"homepage": "https://github.com/30th-THE-SOPT-Server-Part/SeHoon#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@types/babel__core": "^7",
"@types/babel__plugin-transform-runtime": "^7",
"@types/babel__preset-env": "^7",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-jest": "^27.5.1",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"mongodb-memory-server": "^8.5.1",
"mongoose": "^6.3.1",
"nodemon": "^2.0.15",
"prettier": "^2.6.2",
"supertest": "^6.2.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"express": "^4.17.3",
"ts-jest": "^27.1.4"
},
"packageManager": "[email protected]"
}