generated from Izoxy/adonis-nuxt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "adonis-nuxt-template",
"version": "1.0.0",
"description": "",
"scripts": {
"api": "cd ./server && yarn start",
"front": "cd ./client && yarn dev",
"build-template": "cd ./server && yarn install && yarn build && node ace migration:run && cd ../client && yarn install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Izoxy/adonis-nuxt-template.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Izoxy/adonis-nuxt-template/issues"
},
"contributors": [
{
"name": "Baptiste Parmantier",
"email": "[email protected]",
"url": "https://github.com/LeadcodeDev"
},
{
"name": "Samy Alexandre",
"email": "[email protected]",
"url": "https://github.com/samsampanda"
}
],
"homepage": "https://github.com/Izoxy/adonis-nuxt-template#readme"
}