Romez/secondsToObject

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@romezzz/seconds-convert",
  "version": "1.0.1",
  "description": "convert seconds to object",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watchAll",
    "coverage": "jest --coverage",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Romez/secondsToObject.git"
  },
  "keywords": [
    "convert",
    "seconds"
  ],
  "author": "Roman Ushakov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Romez/secondsToObject/issues"
  },
  "homepage": "https://github.com/Romez/secondsToObject#readme",
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/node": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "eslint": "^6.7.2",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^23.1.1",
    "jest": "^24.9.0",
    "jest-cli": "^24.9.0",
    "prettier": "^1.19.1"
  }
}