-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) Β· 1.73 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
{
"name": "ddyzd",
"version": "0.0.1",
"description": "DSM λμ리 μ μ² λ° κ΄λ¦¬μ λμ리물νμ μ²μ μ§μνλ μλΉμ€",
"scripts": {
"start": "nodemon --exec ts-node src/app.ts",
"start:prod": "cross-env NODE_ENV=production node ./dist/app.js",
"build": "npx tsc & npm run copyfiles",
"test": "jest --passWithNoTests ./src/test/notice.e2e-spec.ts",
"coverage": "nyc --reporter=text npm test"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.12",
"@types/iconv-lite": "^0.0.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/mocha": "^8.2.2",
"@types/morgan": "^1.9.3",
"@types/node": "^16.3.2",
"@types/sinon": "^10.0.2",
"@types/supertest": "^2.0.11",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"jest": "^27.0.4",
"mocha": "^9.0.2",
"nodemon": "^2.0.12",
"pm2": "^5.1.0",
"sinon": "^11.1.1",
"supertest": "^6.1.3",
"ts-node": "10.0.0",
"typescript": "4.3.4"
},
"dependencies": {
"@octokit/core": "^3.5.1",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"iconv-lite": "^0.4.24",
"joi": "^17.4.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"nyc": "^15.1.0",
"reflect-metadata": "^0.1.10",
"typeorm": "0.2.34",
"winston": "^3.3.3"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/semicolonDSM/DDYZD_V2_Backend_Node.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/semicolonDSM/DDYZD_V2_Backend_Node/issues"
},
"homepage": "https://github.com/semicolonDSM/DDYZD_V2_Backend_Node#readme"
}