-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "sails-hook-wish",
"version": "0.0.9",
"description": "The OAuth hook you wish exists for Sails",
"main": "index.js",
"keywords": [
"sails oauth",
"github oauth",
"google oauth",
"sails hook"
],
"sails": {
"isHook": true,
"hookName": "wish"
},
"bugs": {
"url": "https://github.com/sailscastshq/sails-hook-wish/issues"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/node": "^20.3.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.6.2"
},
"peerDependencies": {
"@sailscasts/sails-hook-node-fetch": "^0.0.3",
"sails": "^1.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sailscastshq/sails-hook-wish.git"
},
"homepage": "https://github.com/sailscastshq/sails-hook-wish#readme",
"author": "Kelvin Omereshone<[email protected]>",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}