Skip to main content
Module

x/date_only/package.json

A micro library for actual "dates", not "date times"
Latest
File
{ "name": "@urbdyn/date-only", "version": "0.1.0", "description": "A micro library for actual \"dates\", not \"date times\"", "author": "Urban Dynamics (https://www.urbdyn.com/)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/urbdyn/date-only.js.git" }, "homepage": "https://github.com/urbdyn/date-only.js#readme", "url": "https://github.com/urbdyn/date-only.js/issues", "main": "dist/dateOnly.js", "files": [ "dist/", "!dist/**/*.js.map", "LICENSE" ], "scripts": { "build": "tsc", "test": "deno test", "fmt": "deno fmt", "prepack": "npm run build" }, "devDependencies": { "typescript": "^4.6.4" }}