| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "bahai-date-api",
- "version": "1.0.0",
- "description": "RESTful Bahá'í date API",
- "main": "api/controllers/bDateController.js",
- "type": "module",
- "bin": {
- "bahai-date": "./bin/bahai-date-api.js"
- },
- "scripts": {
- "lint": "eslint --ext=js,md,html .",
- "today": "./bin/bahai-date-api.js",
- "date": "./bin/bahai-date-api.js --date 1999-01-01",
- "today-json": "./bin/bahai-date-api.js --verbose",
- "date-json": "./bin/bahai-date-api.js --verbose --date 1999-01-01",
- "cli-publish": "clp --config=\"bin/optionDefinitions.js\" --target images/cli.svg",
- "start": "nodemon server.js",
- "test": "echo \"Error: No test specified\" && exit 1"
- },
- "engines": {
- "node": "^20.11.0 || >=22.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dragfyre/bahai-date-api.git"
- },
- "keywords": [
- "RESTful",
- "API",
- "date",
- "calendar",
- "Baha'i"
- ],
- "author": "dragfyre",
- "contributors": [],
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/dragfyre/bahai-date-api/issues"
- },
- "homepage": "https://github.com/dragfyre/bahai-date-api#readme",
- "devDependencies": {
- "@brettz9/eslint-plugin": "^1.0.4",
- "command-line-publish": "^1.1.0",
- "eslint": "^8.36.0",
- "eslint-config-ash-nazg": "^34.8.0",
- "eslint-config-standard": "^17.0.0",
- "eslint-plugin-array-func": "^3.1.8",
- "eslint-plugin-compat": "^4.1.2",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-html": "^7.1.0",
- "eslint-plugin-import": "^2.27.5",
- "eslint-plugin-jsdoc": "^40.0.2",
- "eslint-plugin-markdown": "^3.0.0",
- "eslint-plugin-n": "^15.6.1",
- "eslint-plugin-no-unsanitized": "^4.0.2",
- "eslint-plugin-no-use-extend-native": "^0.5.0",
- "eslint-plugin-promise": "^6.1.1",
- "eslint-plugin-sonarjs": "^0.18.0",
- "eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-unicorn": "^46.0.0",
- "nodemon": "^2.0.21"
- },
- "dependencies": {
- "badidate": "^3.0.2",
- "body-parser": "^1.20.2",
- "command-line-basics": "^1.1.0",
- "express": "^4.18.2",
- "express-rate-limit": "^6.7.0",
- "luxon": "^3.3.0"
- }
- }
|