-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 881 Bytes
/
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
{
"name": "laravel-paybox",
"version": "1.0.5",
"description": "Laravel 8 Paybox",
"directories": {
"test": "tests"
},
"scripts": {
"linter": "prettier --write 'config/**/*.php' 'src/**/*.php' 'tests/**/*.php' 'database/**/*.php' 'translations/**/*.php'",
"linter:check": "prettier --check 'config/**/*.php' 'src/**/*.php' 'tests/**/*.php' 'database/**/*.php' 'translations/**/*.php'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/splitfire-agency/laravel-paybox-gateway.git"
},
"author": "splitfire-agency",
"bugs": {
"url": "https://github.com/splitfire-agency/laravel-paybox-gateway/issues"
},
"homepage": "https://github.com/splitfire-agency/laravel-paybox-gateway#readme",
"devDependencies": {
"prettier": "^2.0.5",
"@prettier/plugin-php": "github:prettier/plugin-php"
},
"dependencies": {}
}