-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "motivate-quotes",
"version": "1.1.3",
"description": "Motivate-quotes is your daily inspiration and motivation source. Retrieve thoughtful quotes that uplift your spirit and promote mindfulness, helping you stay inspired throughout the day.",
"type": "commonjs",
"main": "lib/index.js",
"scripts": {
"test": "mocha --require esm test/**/*.test.mjs",
"format": "prettier --write ."
},
"author": {
"name": "Ali Ahmad",
"email": "[email protected]",
"url": "https://github.com/mian-ali"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mian-ali/motivate-quotes.git"
},
"keywords": [
"quotes",
"inspiration",
"captions",
"motivational",
"daily",
"quote",
"self-improvement quotes"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mian-ali/motivate-quotes/issues"
},
"homepage": "https://github.com/mian-ali/motivate-quotes#readme",
"devDependencies": {
"chai": "^5.1.1",
"esm": "^3.2.25",
"globals": "^15.6.0",
"mocha": "^10.4.0",
"prettier": "^3.3.2"
}
}