15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "go-fullstack-v3-fr",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "npx http-server . -p 4200 -P \"http://localhost:4200?\""
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"http-server": "^13.0.1"
|
|
}
|
|
}
|