-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "app_ntech",
"version": "1.0.0",
"description": "",
"main": "db-structure.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nusantaracloud/dynamichost-template.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/nusantaracloud/dynamichost-template#readme",
"devDependencies": {
"@types/express-flash": "0.0.0",
"@types/express-session": "^1.15.10",
"@types/multer": "^1.3.7",
"@types/passport": "^0.4.5",
"@types/sequelize": "^4.28.8",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^5.0.1",
"sass": "^1.17.2",
"tsconfig": "^7.0.0",
"typescript": "^3.7.4"
},
"dependencies": {
"bluebird": "^3.7.2",
"es6-dynamic-template": "^1.0.5",
"fancylog": "^4.0.2",
"googleapis": "^46.0.0",
"lodash": "^4.17.15",
"moment": "^2.29.2",
"readline-sync": "^1.4.10"
}
}