Olaf Bohlen
2023-02-09 f6eb66dc4a934b5f84522727518058b361b02a36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "greetings-console",
  "version": "0.0.1",
  "description": "Sample app for DO400",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "mocha test"
  },
  "license": "ISC",
  "devDependencies": {
    "eslint": "^7.13.0",
    "mocha": "^8.2.1"
  }
}