-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 851 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
{
"name": "giornalino",
"version": "1.0.0",
"description": "Sito che permette di visionare una lista di articoli o link particolarmente utili",
"main": "index.js",
"scripts": {
"clear":"sh clear.sh",
"front-build": "cd giornalino-front && npm run build",
"front-dev": "cd giornalino-front && npm run serve",
"back-start": "cd giornalino-back && npm run start",
"back-dev": "cd giornalino-back && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicholaslopiccolo/giornalino.git"
},
"keywords": [
"nicholaslopiccolo",
"nodejs",
"vuejs",
"links"
],
"author": "nicholaslopiccolo",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicholaslopiccolo/giornalino/issues"
},
"homepage": "https://github.com/nicholaslopiccolo/giornalino#readme"
}