UNPKG

470 BJSONView Raw
1{
2 "name": "barrkeep",
3 "version": "2.4.2",
4 "description": "A collection of the utilities, modules and shims for node.js services development.",
5 "main": "index.js",
6 "repository": "https://github.com/mdbarr/barrkeep.git",
7 "author": "Mark Barr <mbarr@hyperingenuity.com>",
8 "license": "MIT",
9 "private": false,
10 "devDependencies": {
11 "eslint": "^6.7.2",
12 "jest": "^24.9.0"
13 },
14 "scripts": {
15 "lint": "eslint *.js **/*.js",
16 "test": "jest"
17 }
18}