Files
nyc-bookstores/package.json

22 lines
553 B
JSON
Raw Permalink Normal View History

{
"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",
2022-03-19 16:35:39 -04:00
"url": "https://git.yetaga.in/alazyreader/nyc-bookstores/"
},
"author": "David Ashby <delta.mu.alpha@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
2022-03-19 16:35:39 -04:00
"email": "delta.mu.alpha@gmail.com"
},
"homepage": "https://www.nycbookstores.org/",
"dependencies": {
2025-03-18 22:56:41 -04:00
"cheerio": "^1.0.0",
2025-11-02 06:02:32 +00:00
"sitemap": "^9.0.0"
},
"type": "module"
}