-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 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
53
54
55
56
{
"name": "mapled-server",
"version": "1.0.0",
"description": "maple diary server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Walkers15/MapleD-Server.git"
},
"author": "Shoon",
"license": "MIT",
"bugs": {
"url": "https://github.com/Walkers15/MapleD-Server/issues"
},
"homepage": "https://github.com/Walkers15/MapleD-Server#readme",
"devDependencies": {
"@nestjs/testing": "9.2.1",
"@types/express": "4.17.14",
"@types/jest": "29.2.3",
"@types/morgan": "^1.9.3",
"@types/node": "18.11.9",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "29.3.1",
"morgan": "^1.10.0",
"prettier": "^2.8.0",
"source-map-support": "0.5.21",
"supertest": "6.3.1",
"ts-jest": "29.0.3",
"ts-loader": "9.4.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"typescript": "^4.9.4",
"@types/cheerio": "^0.22.31",
"@types/cors": "^2.8.13"
},
"dependencies": {
"@types/node-cron": "^3.0.7",
"axios": "^1.2.1",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongoose": "^6.8.1",
"node-cron": "^3.0.2"
}
}