{
  "name": "date-timer",
  "version": "0.0.12",
  "description": "Simple date-time package",
  "main": "index.js",
  "types": "./lib/DateTimer.d.ts",
  "scripts": {
    "dev": "ts-node-dev --respawn --transpileOnly test.ts -p tsconfig.json",
    "tsc": "rm -rf lib && tsc -p tsconfig.prod.json && tsc -p tsconfig-browser.json",
    "tsc-browser": "rm -rf lib/browser && tsc -p tsconfig-browser.json",
    "test": "jest",
    "rollup": "rollup -c rollup.config.js",
    "coverage": "jest --coverage",
    "test-watch": "jest --watchAll",
    "prepublish": "npm run tsc && npm run rollup && rm -rf lib/browser"
  },
  "keywords": [],
  "repository": "https://github.com/dagurleo/date-timer",
  "author": "Dagur Leó Bergsson",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^26.0.3",
    "@types/node": "^14.0.14",
    "babelrc-rollup": "^3.0.0",
    "jest": "^26.1.0",
    "rollup": "^2.18.2",
    "rollup-plugin-babel": "^4.4.0",
    "ts-jest": "^26.1.1",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0-pre.49",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^3.9.5"
  }
}
