UNPKG

anitimejs

Version:

Thư viện xử lý chuỗi số và thời gian trong JavaScript/Typescript

48 lines (47 loc) 1.05 kB
{ "name": "anitimejs", "version": "1.6.2", "description": "Thư viện xử lý chuỗi số và thời gian trong JavaScript/Typescript", "main": "timejs/index.js", "types": "timejs/index.d.ts", "files": [ "timejs" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "https://github.com/fo-nhan/Ani-Time-JS" }, "homepage": "https://github.com/fo-nhan/Ani-Time-JS?tab=readme-ov-file#anitimejs-%EF%B8%8F", "keywords": [ "timejs", "date", "anitimejs", "ani-ui", "time", "js", "typescript", "react", "reactjs", "reactjs-library", "nextjs", "number", "string", "datejs" ], "license": "ISC", "author": "Nguyễn Nhân", "devDependencies": { "@types/node": "^22.8.6", "@types/react": "^19.0.2", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" } }