UNPKG

woodpecker-calendar

Version:

Code Name 'white naped woodpecker' is a calendar system to book slots for the events and reservations.

33 lines (32 loc) 807 B
{ "name": "woodpecker-calendar", "version": "0.0.3", "description": "Code Name 'white naped woodpecker' is a calendar system to book slots for the events and reservations. ", "main": "index.js", "scripts": { "build": "babel src test -d dist", "start": "npm run build && node dist/index.js", "test": "jest" }, "keywords": [ "Booking", "Calendar", "Reservation" ], "repository": { "type": "git", "url": "https://github.com/prio101/woodpecker-calendar" }, "author": "Mahabub Islam Prio <miprio101@gmail.com>", "license": "MIT", "dependencies": { "lodash": "^4.17.21", "moment": "^2.29.4" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "jest": "^29.4.3" } }