{
    "name": "js-time-ago",
    "version": "3.1.0",
    "description": "A simple and easy library to determine how long ago an event occurred or will occur",
    "author": "stiven0",
    "license": "MIT",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "keywords": [
        "timeago",
        "time",
        "javascript",
        "ago",
        "javascript-timeago"
    ],
    "devDependencies": {
        "@types/jest": "^26.0.10",
        "jest": "^26.4.0",
        "nodemon": "^2.0.4",
        "rimraf": "^3.0.2",
        "ts-jest": "^26.2.0",
        "ts-node": "^8.10.2",
        "typescript": "^4.7.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/stiven0/js-time-ago.git"
    },
    "bugs": {
        "url": "https://github.com/stiven0/js-time-ago/issues"
    },
    "homepage": "https://github.com/stiven0/js-time-ago#readme",
    "scripts": {
        "clean-dist": "rimraf dist",
        "clean-coverage": "rimraf coverage",
        "test": "jest --watch",
        "test:coverage": "jest --coverage",
        "dev": "nodemon src/index.ts",
        "build": "tsc",
        "start": "npm run clean-dist && npm run build && node dist/index.js"
    }
}
