-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "hlapitesting",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node dist/app.js",
"start-arcgis": "node dist/app.js ArcGIS",
"start-arcgis-list": "node dist/app.js ArcGISList",
"start-DB-test": "node dist/app.js DBforTest",
"start-dev": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build-gulp": "gulp tsc",
"watch": "tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/mssql": "^6.0.7",
"@types/mustache": "^4.1.0",
"@types/node": "^14.14.14",
"@types/nodemailer": "^6.4.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.21.1",
"fs": "0.0.1-security",
"mssql": "^6.3.0",
"mustache": "^4.1.0",
"nodemailer": "^6.4.17"
}
}