-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 949 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "sentry-sails",
"version": "0.0.1",
"description": "Sails SDK/hook for Sentry (https://sentry.io)",
"main": "index.js",
"scripts": {},
"keywords": [
"sails",
"sentry",
"error",
"monitoring"
],
"author": "Kelvin Omereshone<[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sailscastshq/sentry-sails.git"
},
"bugs": {
"url": "https://github.com/sailscastshq/sentry-sails/issues"
},
"homepage": "https://github.com/sailscastshq/sentry-sails#readme",
"sails": {
"isHook": true,
"hookName": "sentry"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@sentry/node": "^8.52.1"
}
}