-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 886 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 886 Bytes
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
{
"name": "payfast",
"version": "1.0.0",
"description": "Api de pagamento rápido",
"main": "index.js",
"scripts": {
"gulp": "node_modules/.bin/gulp",
"dev": "nodemon dist/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"consign": "^0.1.6",
"express": "^4.16.2",
"express-validator": "^5.0.0",
"mysql": "^2.15.0",
"restify": "^6.3.4",
"restify-clients": "^1.5.2",
"soap": "^0.23.0"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/express": "^4.11.1",
"@types/express-validator": "^3.0.0",
"@types/mysql": "^2.15.2",
"@types/restify": "^5.0.7",
"@types/soap": "^0.21.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-typescript": "^4.0.1",
"typescript": "^2.7.1"
}
}