All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "nyc-bookstores",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "This is the code for a website that lists bookstores in New York City.",
 | 
						|
  "main": "index.js",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://git.yetaga.in/alazyreader/nyc-bookstores/"
 | 
						|
  },
 | 
						|
  "author": "David Ashby <delta.mu.alpha@gmail.com>",
 | 
						|
  "license": "BSD-3-Clause",
 | 
						|
  "bugs": {
 | 
						|
    "email": "delta.mu.alpha@gmail.com"
 | 
						|
  },
 | 
						|
  "homepage": "https://www.nycbookstores.org/",
 | 
						|
  "dependencies": {
 | 
						|
    "cheerio": "^1.0.0",
 | 
						|
    "sitemap": "^8.0.0"
 | 
						|
  },
 | 
						|
  "type": "module"
 | 
						|
}
 |