-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 739 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "error-handling-workshop",
"version": "1.0.0",
"description": "1. Make sure you set up `git` and `github` properly - https://www.wikihow.com/Create-an-Account-on-GitHub 2. Set up an `npm` account - https://docs.npmjs.com/creating-a-new-npm-user-account 3. Install `nvm` or `fnm` as Node.js version manager - https://www.sitepoint.com/quick-tip-multiple-versions-node-nvm/ - https://hackernoon.com/fnm-fast-and-simple-node-js-version-manager-df82c37d4e87",
"main": "4_main.js",
"dependencies": {
"fastify": "^2.10.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node 4_main.js"
},
"author": "Sonay Sevik",
"license": "ISC"
}