-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1000 Bytes
/
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
{
"name": "dana-s-restaruant",
"version": "1.0.0",
"description": "연재의 레스토랑 메뉴 with Node.js, typescript, express",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev" : "ts-node-dev --respawn --pretty --transpile-only src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danaisboss/dana-s-restaruant.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danaisboss/dana-s-restaruant/issues"
},
"homepage": "https://github.com/danaisboss/dana-s-restaruant#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/helmet": "^4.0.0",
"@types/node": "^16.11.6",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
}
}