-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
30 lines (30 loc) · 909 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
{
"name": "meteor-method-hooks",
"version": "4.0.0",
"description": "Provides before/after hooks for Meteor methods",
"author": {
"name": "Seba Kerckhof",
"url": "https://github.com/sebakerckhof"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Meteor-Community-Packages/meteor-method-hooks/meteor-method-hooks.git"
},
"bugs": {
"url": "https://github.com/Meteor-Community-Packages/meteor-method-hooks/issues"
},
"homepage": "https://github.com/Meteor-Community-Packages/meteor-collection-hooks",
"private": true,
"scripts": {
"tools:lint": "./node_modules/eslint/bin/eslint.js *.js",
"tools:lintfix": "./node_modules/eslint/bin/eslint.js *.js --fix",
"publish": "meteor publish"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"eslint": "^8.5.0"
},
"babel": {}
}