Files
42_INT_14_transcendence/tests/tests_hugo/go-fullstack/frontend/package.json
2022-10-16 20:08:49 +02:00

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"
}
}