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