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
414 B
JSON
21 lines
414 B
JSON
{
|
|
"name": "@vue-storefront/integration-boilerplate-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",
|
|
"@vue-storefront/integration-boilerplate-api": "*",
|
|
"cors": "^2.8.5"
|
|
},
|
|
"files": [
|
|
"lib/**/*",
|
|
"server/**/*"
|
|
]
|
|
}
|