bookquotes
Version:
Collection of people's favorite quotes from books around the world
35 lines (34 loc) • 778 B
JSON
{
"name": "bookquotes",
"version": "1.2.0",
"description": "Collection of people's favorite quotes from books around the world",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Opentek-Org/bookquotes.git"
},
"keywords": [
"literature",
"books",
"quotes",
"aesthetic",
"captions",
"philosophy"
],
"author": "Anirudh Panda",
"license": "MIT",
"bugs": {
"url": "https://github.com/Opentek-Org/bookquotes/issues"
},
"homepage": "https://github.com/Opentek-Org/bookquotes#readme",
"devDependencies": {
"jest": "^27.2.4"
},
"jest": {
"verbose": true,
"testRegex": "/__tests__/index.spec.js"
}
}