-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 1007 Bytes
/
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
{
"name": "adyen-mock-terminal-api",
"version": "1.0.0",
"description": "Adyen Mock Terminal API is a mock server that handles requests and responses from a POS device. Developers can use this to test their application quickly without having a physical POS device. Note that this application is not able to reject all invalid requests.",
"main": "index.js",
"scripts": {
"start": "echo \"starting...\" && node index",
"lint": "./node_modules/.bin/eslint app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adyen-examples/adyen-mock-terminal-api.git"
},
"author": "devrel",
"license": "MIT",
"bugs": {
"url": "https://github.com/adyen-examples/adyen-mock-terminal-api/issues"
},
"homepage": "https://github.com/adyen-examples/adyen-mock-terminal-api#readme",
"dependencies": {
"@types/node": "^18.12.0",
"express": "^4.18.2",
"express-handlebars": "^4.0.6"
},
"devDependencies": {
"@playwright/test": "^1.40.1"
}
}