This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
Tyme.js/package.json

22 lines
505 B
JSON

{
"name": "tymejs",
"version": "0.1.0",
"description": "Quickly and easily format JavaScript date Objects",
"main": "dist/index.js",
"scripts": {
"build": "esbuild src/index.ts --bundle --minify --sourcemap --target=chrome58,firefox57,safari11,edge16 --outfile=dist/tyme.js",
"test": "tsc"
},
"keywords": [
"time",
"date",
"date",
"format"
],
"author": "Kato Twofold",
"license": "MIT",
"repository": {
"url": "https://github.com/JustKato/Tyme.js"
}
}