-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 858 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
32
{
"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": "Alexandre Gossard",
"email": "[email protected]",
"url": "https://github.com/HakkaOfDev"
}
],
"homepage": "https://github.com/Izoxy/adonis-nuxt-template#readme",
"dependencies": {}
}