mirror of
https://github.com/jlengrand/adyen-web-demo.git
synced 2026-03-10 08:01:24 +00:00
24 lines
674 B
JSON
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"
|
|
}
|