sunnah 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of sunnah might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,20 +1,28 @@
1
1
  {
2
2
  "name": "sunnah",
3
- "version": "1.0.2",
4
- "description": "One package. Every major Hadith collection. CLI, Node.js, React, Vue all supported",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
3
+ "version": "1.1.0",
4
+ "description": "Interactive CLI installer for Sunnah hadith npm packages",
5
+ "type": "module",
6
+ "bin": {
7
+ "sunnah": "./bin/sunnah.js"
8
8
  },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/SENODROOM/sunnah.git"
9
+ "scripts": {
10
+ "test": "node bin/sunnah.js --list"
12
11
  },
13
- "keywords": [],
12
+ "keywords": [
13
+ "sunnah",
14
+ "hadith",
15
+ "bukhari",
16
+ "muslim",
17
+ "tirmidhi",
18
+ "dawud",
19
+ "islam",
20
+ "quran",
21
+ "cli"
22
+ ],
14
23
  "author": "",
15
- "license": "ISC",
16
- "bugs": {
17
- "url": "https://github.com/SENODROOM/sunnah/issues"
18
- },
19
- "homepage": "https://github.com/SENODROOM/sunnah#readme"
24
+ "license": "MIT",
25
+ "engines": {
26
+ "node": ">=16.0.0"
27
+ }
20
28
  }
File without changes