-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 999 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
37
38
39
{
"name": "tenek-translate-service",
"version": "1.0.1",
"description": "Dictionary service for tenek language / Spanish",
"main": "index.js",
"scripts": {
"start": "node src/index",
"dev": "nodemon src/index",
"development": "nodemon src/index"
},
"funding": {
"type": "individual",
"url": "https://creadores.fans/terry_rockstar"
},
"keywords": [],
"author": "terry0022",
"license": "UNLICENSED",
"dependencies": {
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-handlebars": "^5.3.3",
"express-session": "^1.17.1",
"helmet": "^4.6.0",
"morgan": "^1.10.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"nodemon": "^2.0.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terry0022/tenek-service.git"
},
"bugs": {
"url": "https://github.com/terry0022/tenek-service/issues"
},
"homepage": "https://github.com/terry0022/tenek-service#readme"
}