prayer-timetable-lib
Version:
Prayer timetable calc library.
68 lines (67 loc) • 2.15 kB
JSON
{
"name": "prayer-timetable-lib",
"version": "3.7.0",
"description": "Prayer timetable calc library.",
"main": "./lib/index.js",
"scripts": {
"clean": "rimraf lib",
"demo": "nodemon --experimental-modules --es-module-specifier-resolution=node ./test/demo.mjs",
"lint:fix": "tslint src/* --fix",
"lint": "tslint src/*",
"pub": "yarn clean && yarn build && yarn publish",
"pub:next": "yarn clean && yarn build && yarn publish --tag next",
"up": "yarn upgrade --latest",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "mkdirp lib && yarn build:types && yarn build:js",
"build:types": "cross-env BABEL_ENV=production tsc --emitDeclarationOnly",
"build:js": "cross-env BABEL_ENV=production babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps",
"build:js:sminline": "cross-env BABEL_ENV=production babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
},
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/prayer-timetable/prayer-timetable-lib.git"
},
"keywords": [
"prayer",
"timetable",
"muslim",
"muslim prayer",
"prayer timetable",
"salat",
"salah",
"jamaat",
"jamaah"
],
"author": "Ensar <ensar@farend.net>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/prayer-timetable/prayer-timetable-lib/issues"
},
"homepage": "https://gitlab.com/prayer-timetable/prayer-timetable-lib#readme",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^17.0.23",
"babel-preset-minify": "^0.5.1",
"colors": "^1.4.0",
"cross-env": "^7.0.3",
"mkdirp": "^1.0.3",
"nodemon": "^2.0.15",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.8",
"tslint": "^6.0.0",
"typescript": "^4.6.3"
},
"dependencies": {
"date-fns": "^2.28.0"
}
}