enquoraging
Version:
A simple NPM Package which returns motivational quotes. You can call the function and display it in your website or app.
28 lines (27 loc) • 730 B
JSON
{
"name": "enquoraging",
"version": "1.4.0",
"description": "A simple NPM Package which returns motivational quotes. You can call the function and display it in your website or app.",
"main": "lib/index.js",
"type": "module",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"test-lint": "eslint . --ext .js, ./examples --ext .js, ./data --ext .json --color"
},
"keywords": [
"author",
"encouraging",
"motivation",
"quotes",
"random-quotes"
],
"author": "Thanapoom Phithakjarukorn",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"chai": "^4.3.7",
"eslint": "^8.36.0",
"mocha": "^10.2.0"
}
}