caber
Version:
Workout log parser
39 lines (38 loc) • 752 B
JSON
{
"name": "caber",
"version": "5.0.5",
"description": "Workout log parser",
"main": "caber.js",
"scripts": {
"test": "lab -a @hapi/code -L -v -e test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git@github.com:wraithgar/caber.git"
},
"pre-commit": [
"lint",
"test"
],
"keywords": [
"gym",
"lifting",
"parse",
"weights",
"weightlifting"
],
"author": "Gar <gar+code@danger.computer>",
"license": "MIT",
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/lab": "^22.0.4",
"eslint": "^7.0.0",
"eslint-config-andyet": "^2.0.0",
"eslint-plugin-hapi": "^4.1.0",
"git-validate": "^2.2.4"
},
"dependencies": {
"moment": "^2.24.0"
}
}