UNPKG

mjstl

Version:

JS USEABLE DATEUTIL HELPER LIB

37 lines (36 loc) 685 B
{ "name": "mjstl", "version": "1.3.59", "description": "", "main": "./dist/index.js", "module": "./dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module CommonJS --outDir dist/" }, "author": { "name": "ademir" }, "license": "MIT", "keywords": [ "mat", "react", "ui", "component" ], "files": [ "dist", "LICENSE", "README.md" ], "dependencies": { "mat-date": "^1.7.51", "tslib": "^2.5.0" }, "devDependencies": { "@types/node": "^20.4.4", "typescript": "^5.0.2" } }