-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.62 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "sentry-integration",
"version": "2.2.9",
"description": "sentry-integration",
"keywords": [
"sentry"
],
"homepage": "https://github.com/itgalaxy/sentry-integration",
"bugs": {
"url": "https://github.com/itgalaxy/sentry-integration",
"email": "development@itgalaxy.company"
},
"license": "MIT",
"author": "itgalaxy <development@itgalaxy.company>",
"contributors": [
{
"name": "Alexander Krasnoyarov",
"email": "sheo13666q@gmail.com",
"url": "https://github.com/evilebottnawi"
}
],
"files": [],
"repository": {
"type": "git",
"url": "https://github.com/itgalaxy/sentry-integration.git"
},
"scripts": {
"lint:prettier": "prettier --list-different '*.{php,js,yml,md}' 'src/**/*.{php,js,yml,md}'",
"lint:md": "remark . -i .gitignore -f -q",
"lint:composer": "composer validate --strict",
"lint": "npm-run-all -l -p lint:**",
"prettify": "npm run lint:prettier -- --write",
"fix": "npm-run-all -l prettify -p 'fix:**'",
"build": "node Makefile.js",
"pretest": "npm run lint",
"test": "npm run test-only",
"test-only": "vendor/bin/phpunit"
},
"devDependencies": {
"@prettier/plugin-php": "^0.10.0",
"del": "^3.0.0",
"execa": "^1.0.0",
"husky": "^1.0.0",
"lint-staged": "^8.0.4",
"npm-run-all": "^4.1.5",
"raven-js": "3.27.0",
"through": "^2.3.8",
"prettier": "^1.16.4",
"remark-cli": "^6.0.0",
"remark-preset-lint-itgalaxy": "^14.0.0"
},
"engines": {
"node": ">= 8.9",
"npm": ">= 5.5"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-itgalaxy"
]
}
}