UNPKG

datebs

Version:

library to convert date from BS to AD and vice versa.

32 lines (31 loc) 842 B
{ "name": "datebs", "version": "0.0.3", "description": "library to convert date from BS to AD and vice versa.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/shubhajeet/DateBS.git" }, "keywords": [ "BS", "Date" ], "author": "Sujit Maharjan <shubahjeet.per@gmail.com> https://maharjansujit.com.np/projects/datebs", "license": "UNLICENSED", "bugs": { "url": "https://github.com/shubhajeet/DateBS/issues" }, "homepage": "https://github.com/shubhajeet/DateBS#readme", "devDependencies": { "typescript": "^3.9.6" }, "files": [ "lib/**/*" ] }