simple-burmese-date-localization
Version:
A Simple Localization Wrapper to convert Dates from English to Burmese
42 lines (41 loc) • 1.27 kB
JSON
{
"name": "simple-burmese-date-localization",
"version": "1.0.0",
"description": "A Simple Localization Wrapper to convert Dates from English to Burmese",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare" : "npm run build",
"prepublishOnly" : "npm test && npm run lint",
"preversion" : "npm run lint",
"version" : "npm run format && git add -A src",
"postversion" : "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cecilzha/simple-burmese-date-localization.git"
},
"keywords": ["Burmese", "Date", "Localization"],
"author": "Cecil ZHA",
"license": "ISC",
"bugs": {
"url": "https://github.com/cecilzha/simple-burmese-date-localization/issues"
},
"homepage": "https://github.com/cecilzha/simple-burmese-date-localization#readme",
"devDependencies": {
"@types/jest": "^29.2.3",
"jest": "^29.3.1",
"prettier": "^2.8.0",
"ts-jest": "^29.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.3"
},
"files": [
"lib/**/*"
]
}