15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"name": "first-website",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "http-server ."
|
|
},
|
|
"author": "ada@jshaver.net",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|