portfolio/package.json
John Shaver 4d482c3ce4
Some checks reported errors
continuous-integration/drone/push Build encountered an error
update package.json and add package lock
2021-06-16 23:18:39 -07:00

15 lines
330 B
JSON

{
"name": "portfolio",
"version": "1.0.0",
"description": "My portfolio website",
"main": "index.html",
"scripts": {
"test": "echo 'no tests yet.... so... pass?'",
"start": "http-server ./"
},
"author": "john@jshaver.net",
"license": "UNLICENSED",
"devDependencies": {
"http-server": "^0.12.3"
}
}