-
-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
33 lines (33 loc) · 951 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
{
"name": "meteor-user-status",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Meteor-Community-Packages/meteor-user-status.git"
},
"bugs": {
"url": "https://github.com/Meteor-Community-Packages/meteor-user-status/issues"
},
"homepage": "https://github.com/Meteor-Community-Packages/meteor-user-status#readme",
"private": false,
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "make test",
"test-local": "meteor test-packages --once --driver-package test-in-console",
"publish": "meteor npm i && npm prune --production && meteor publish && meteor npm i"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"mocha": "^10.2.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"dependencies": {}
}