-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "recetar",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"startNode": "tsc && gulp && concurrently \"npm run node\" ",
"start": "npm run && concurrently -r \"npm run tsc:w\" \"npm run node\" ",
"node": "nodemon -q ./index.js",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lint": "tslint --project ."
},
"author": "Hugo H. Fernández",
"license": "GPL-3.0",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"fs": "0.0.1-security",
"http": "0.0.0",
"install": "^0.13.0",
"jq": "^1.7.2",
"moment": "^2.22.0",
"node-schedule": "^1.3.0",
"nodemailer": "^6.4.6",
"npm": "^6.14.4",
"password-generator": "^2.2.3",
"path": "^0.12.7",
"simple-node-logger": "^18.12.24",
"tsc": "^1.20150623.0",
"tslint": "^6.1.1",
"url_parser": "^1.0.5"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/node": "^9.6.0",
"concurrently": "^3.5.1",
"nodemon": "^1.17.2",
"parse": "^1.11.1",
"typescript": "^2.7.2"
}
}