1
+ {
2
+ "name" : " sharpapi/laravel-content-detect-emails" ,
3
+ "description" : " AI Email Detection for Laravel powered by SharpAPI.com" ,
4
+ "keywords" : [
5
+ " sharpapi" ,
6
+ " ai-powered" ,
7
+ " ai capabilities" ,
8
+ " api" ,
9
+ " ai api" ,
10
+ " api integration" ,
11
+ " artificial intelligence" ,
12
+ " natural language processing" ,
13
+ " restful api" ,
14
+ " php" ,
15
+ " laravel" ,
16
+ " software development" ,
17
+ " content analysis" ,
18
+ " email detection" ,
19
+ " email extraction" ,
20
+ " text processing"
21
+ ],
22
+ "homepage" : " https://github.com/sharpapi/laravel-content-detect-emails" ,
23
+ "license" : " MIT" ,
24
+ "authors" : [
25
+ {
26
+ "name" : " Dawid Makowski" ,
27
+
28
+ "role" : " Developer"
29
+ }
30
+ ],
31
+ "require" : {
32
+ "php" : " ^8.1" ,
33
+ "ext-json" : " *" ,
34
+ "guzzlehttp/guzzle" : " ^7.0" ,
35
+ "laravel/framework" : " ^9.0|^10.0|^11.0|^12.0" ,
36
+ "kongulov/interact-with-enum" : " ^1.0" ,
37
+ "sharpapi/php-core" : " ^1.0" ,
38
+ "spatie/url" : " ^2.4"
39
+ },
40
+ "require-dev" : {
41
+ "laravel/pint" : " ^1.0"
42
+ },
43
+ "autoload" : {
44
+ "psr-4" : {
45
+ "SharpAPI\\ ContentDetectEmails\\ " : " src/"
46
+ }
47
+ },
48
+ "autoload-dev" : {
49
+ "psr-4" : {
50
+ "SharpAPI\\ ContentDetectEmails\\ Tests\\ " : " tests/"
51
+ }
52
+ },
53
+ "scripts" : {
54
+ "post-autoload-dump" : " " ,
55
+ "build" : [
56
+ ],
57
+ "start" : [
58
+ " Composer\\ Config::disableProcessTimeout" ,
59
+ " @composer run build"
60
+ ],
61
+ "analyse" : " vendor/bin/phpstan analyse" ,
62
+ "test" : " vendor/bin/pest" ,
63
+ "test-coverage" : " vendor/bin/pest --coverage" ,
64
+ "format" : " vendor/bin/pint"
65
+ },
66
+ "config" : {
67
+ "sort-packages" : true ,
68
+ "allow-plugins" : {
69
+ "pestphp/pest-plugin" : true ,
70
+ "phpstan/extension-installer" : true
71
+ }
72
+ },
73
+ "extra" : {
74
+ "laravel" : {
75
+ "providers" : [
76
+ " SharpAPI\\ ContentDetectEmails\\ ContentDetectEmailsProvider"
77
+ ]
78
+ }
79
+ },
80
+ "minimum-stability" : " dev" ,
81
+ "prefer-stable" : true
82
+ }
0 commit comments