Files
adyen-web-demo/package.json
Michael Ossig 5d1f19e90e combined repos
2022-03-10 14:21:04 -05:00

24 lines
674 B
JSON

{
"name": "adyen-demo",
"version": "1.0.0",
"description": "All encompassing Adyen suite demonstration",
"main": "index.js",
"workspaces": [
"./packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build --workspace=adyen-demo-client && npm run start --workspace=adyen-demo-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ossiggy/adyen-web-demo.git"
},
"author": "Mike Ossig & Hernán Chalco",
"license": "ISC",
"bugs": {
"url": "https://github.com/ossiggy/adyen-web-demo/issues"
},
"homepage": "https://github.com/ossiggy/adyen-web-demo#readme"
}