weiser-leaders-quotes
Version:
A package that returns a random quote from w(e)ise world leaders.
27 lines (24 loc) • 491 B
JSON
{
"name": "weiser-leaders-quotes",
"version": "1.0.1",
"description": "A package that returns a random quote from w(e)ise world leaders.",
"keywords": [
"quotes",
"leaders",
"wise",
"world leaders",
"inspiration",
"historical quotes"
],
"license": "ISC",
"author": "Craig Weiser",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"jest": "^29.0.0"
}
}