UNPKG

abushakir

Version:

Ethiopian Datetime and Calendar Reckoning system. COMPUTUS.

61 lines (60 loc) 1.46 kB
{ "name": "abushakir", "version": "1.5.0", "description": "Ethiopian Datetime and Calendar Reckoning system. COMPUTUS.", "main": "lib/index.js", "scripts": { "test": "jest --coverage", "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", "prerelease": "npm run release -- --prerelease", "release": "standard-version" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/Nabute/AbushakirJs.git" }, "keywords": [ "Computus", "Abushakir", "Date", "Time", "Datetime", "Ethiopian Calendar", "Calendar", "Feast", "Holiday", "Fasting", "Ethiopia", "Bahire Hasab", "Bahir", "Hasab", "Orthodox", "Christian" ], "author": "Nabute", "license": "MIT", "bugs": { "url": "https://github.com/Nabute/AbushakirJs/issues" }, "homepage": "https://github.com/Nabute/AbushakirJs#readme", "devDependencies": { "@types/jest": "^25.2.3", "jest": "^25.5.4", "prettier": "^2.0.5", "standard-version": "^9.5.0", "ts-jest": "^25.5.1", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" } }