-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.76 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.76 KB
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
42
43
44
45
46
47
48
49
50
{
"author": {
"email": "chocholatom1997@gmail.com",
"name": "Tomáš Chochola",
"url": "https://github.com/tomchochola"
},
"bugs": {
"email": "chocholatom1997@gmail.com",
"url": "https://github.com/premierstacks/php-cs-fixer-stack/issues"
},
"contributors": [
{
"email": "chocholatom1997@gmail.com",
"name": "Tomáš Chochola",
"url": "https://github.com/tomchochola"
}
],
"description": "premierstacks php cs fixer stack",
"devDependencies": {
"@premierstacks/eslint-stack": "github:premierstacks/eslint-stack#main",
"@premierstacks/prettier-stack": "github:premierstacks/prettier-stack#main"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tomchochola"
},
"homepage": "https://github.com/premierstacks/php-cs-fixer-stack",
"keywords": [
"tomchochola",
"tomaschochola",
"Tomas Chochola",
"Tomáš Chochola",
"premierstacks",
"Premierstacks",
"php-cs-fixer-stack"
],
"license": "CC-BY-ND-4.0",
"name": "@premierstacks/php-cs-fixer-stack",
"repository": "github:premierstacks/php-cs-fixer-stack",
"scripts": {
"fix:eslint": "eslint --fix .",
"fix:prettier": "prettier -w .",
"lint:eslint": "eslint .",
"lint:prettier": "prettier -c .",
"npm:audit": "\"$npm_node_execpath\" \"$npm_execpath\" audit --audit-level info --include prod --include dev --include peer --include optional",
"npm:install": "\"$npm_node_execpath\" \"$npm_execpath\" install --install-links --include prod --include dev --include peer --include optional --ignore-scripts",
"npm:update": "\"$npm_node_execpath\" \"$npm_execpath\" update --install-links --include prod --include dev --include peer --include optional --ignore-scripts"
},
"type": "module"
}