UNPKG

908 BJSONView Raw
1{
2 "name": "@valjoux/format-date-time",
3 "version": "0.3.21",
4 "description": "timer",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/format-date-time.test.js"
19 },
20 "dependencies": {
21 "@valjoux/format-date": "^0.3.21",
22 "@valjoux/format-time": "^0.3.21"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/hoyeungw/valjoux.git"
27 },
28 "keywords": [
29 "array",
30 "vector",
31 "matrix",
32 "object"
33 ],
34 "author": "Hoyeung Wong",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/hoyeungw/valjoux"
38 },
39 "homepage": "https://github.com/hoyeungw/valjoux#readme",
40 "gitHead": "58e80567ae36c1e148ee01373841d80a637cd205"
41}