You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
406 B
JSON

{
"name": "@ardee-tech/sylius-rest-integration-playground",
"private": true,
"version": "0.1.0",
"engines": {
"node": ">=16.x"
},
"scripts": {
"dev": "nodemon --watch node middleware.js"
},
"dependencies": {
"@vue-storefront/middleware": "3.0.1",
"@ardee-tech/sylius-rest-integration-api": "*",
"cors": "^2.8.5"
},
"files": [
"lib/**/*",
"server/**/*"
]
}