-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "klinikpintar-notification",
"version": "0.0.1",
"description": "Notification service for klinikpintar environment",
"main": "dist/index.js",
"scripts": {
"start:gulp": "npm-run-all gulp start",
"gulp": "gulp",
"start": "node ./dist/index.js",
"dev": "nodemon --watch ./src -e ts,js,html --exec npm run start:gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klinikpintar/notification-service.git"
},
"keywords": [
"notification"
],
"author": "klinikpintar",
"license": "ISC",
"bugs": {
"url": "https://github.com/klinikpintar/notification-service/issues"
},
"homepage": "https://github.com/klinikpintar/notification-service#readme",
"dependencies": {
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-validator": "^6.14.0",
"notifme-sdk": "^1.11.0",
"notifme-template": "^1.0.0",
"nunjucks": "^3.2.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.23",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"typescript": "^4.6.3"
}
}