UNPKG

487 BJSONView Raw
1{
2 "name": "barrkeep",
3 "version": "2.11.3",
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": "^8.30.0",
12 "jest": "^29.3.1"
13 },
14 "scripts": {
15 "lint": "eslint *.js classes/*.js test/*.js",
16 "test": "jest"
17 }
18}