nuxt-laravel-monorepo/apps/backend/package.json

15 lines
284 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"type": "module",
"private": true,
"scripts": {
"dev": "vendor/laravel/sail/bin/sail up",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}