forked from Meteor-Community-Packages/meteor-link-accounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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": "meteor-link-accounts",
"version": "2.6.0",
"private": true,
"description": "Link social accounts for Meteor",
"main": "package.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Meteor-Community-Packages/meteor-link-accounts.git"
},
"bugs": {
"url": "https://github.com/Meteor-Community-Packages/meteor-link-accounts/issues"
},
"homepage": "https://github.com/Meteor-Community-Packages/meteor-link-accounts#readme",
"readme": "README.md",
"scripts": {
"test": "npm run lint && meteor test-packages ./",
"lint": "./node_modules/.bin/standard --fix",
"publish": "meteor npm i && npm prune --production && meteor publish && meteor npm i",
"all-contributors": "./node_modules/.bin/all-contributors",
"all-contributors-generate": "./node_modules/.bin/all-contributors generate",
"prepare": "husky install"
},
"license": "MIT",
"standard": {
"parser": "@babel/eslint-parser",
"globals": [
"Package"
]
},
"funding": {
"type": "GitHub",
"url": "https://github.com/sponsors/StorytellerCZ"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.0",
"@types/meteor": "^1.4.84",
"all-contributors-cli": "^6.20.0",
"husky": "^7.0.0",
"standard": "^16.0.4"
}
}