{ "version": "1.0.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build" }, "peerDependencies": { "date-fns": "^2.16.1" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "name": "@theoryofnekomata/datetime-commons", "author": "TheoryOfNekomata ", "repository": { "type": "git", "url":"https://code.modal.sh/TheoryOfNekomata/datetime-commons.git" }, "module": "dist/datetime-commons.esm.js", "devDependencies": { "date-fns": "^2.16.1", "fast-check": "^2.3.0", "husky": "^4.3.0", "tsdx": "^0.13.3", "tslib": "^2.0.1", "typescript": "^4.0.2" } }