| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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.16.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": {
- "command-line-publish": "^1.1.0",
- "eslint": "^9.39.1",
- "eslint-config-ash-nazg": "^39.8.0",
- "nodemon": "^3.1.10"
- },
- "dependencies": {
- "badidate": "^3.1.1",
- "body-parser": "^2.2.0",
- "command-line-basics": "^3.0.0",
- "express": "^5.1.0",
- "express-rate-limit": "^8.2.1",
- "luxon": "^3.7.2"
- }
- }
|