UNPKG

d3-time-format-thai

Version:
46 lines (45 loc) 1.04 kB
{ "name": "d3-time-format-thai", "version": "1.0.2", "description": "Thai locale for d3-time-format", "keywords": [ "thai", "d3-time-format" ], "authors": [ "Krist Wongsuphasawat (http://kristw.yellowpigz.com)" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/kristw/unblocks.git" }, "homepage": "https://github.com/kristw/unblocks/blob/main/packages/d3j-time-format-thai/README.md", "bugs": { "url": "https://github.com/kristw/unblocks/issues" }, "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "tsup", "clean": "rm -rf dist", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src/", "test": "jest --coverage" }, "jest": { "preset": "@unblocks/jest-presets/browser" }, "dependencies": { "@visx/vendor": "^3.5.0" }, "publishConfig": { "access": "public" } }