qibla
Version:
A helper class (Qibla) to provide you the qibla direction relative to True North based on provided coordinates
56 lines (55 loc) • 1.49 kB
JSON
{
"name": "qibla",
"version": "1.1.0",
"description": "A helper class (Qibla) to provide you the qibla direction relative to True North based on provided coordinates",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register",
"build": "tsc",
"lint": "eslint src/** --fix",
"prepare": "npm run lint && npm run build",
"prepublishOnly": "npm test",
"prepare-for-publish": "npm run lint && npm run build && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daanishrumani/qibla.git"
},
"files": [
"lib/**/*"
],
"mocha": {
"spec": "tests/**/*.spec.ts"
},
"keywords": [
"qibla",
"compass",
"location",
"muslim",
"prayer",
"islam"
],
"author": "Daanish Rumani (@daanishrumani)",
"license": "MIT",
"bugs": {
"url": "https://github.com/daanishrumani/qibla/issues"
},
"homepage": "https://github.com/daanishrumani/qibla#readme",
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^11.1.0",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
}
}