-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
44 lines (44 loc) · 1.35 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": "3.0.1",
"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",
"lint-test-ci": "./node_modules/.bin/standard",
"publish": "meteor npm i && npm prune --omit=dev && meteor publish && meteor npm i",
"all-contributors": "./node_modules/.bin/all-contributors",
"all-contributors-generate": "./node_modules/.bin/all-contributors generate"
},
"license": "MIT",
"standard": {
"parser": "@babel/eslint-parser",
"globals": [
"Package"
]
},
"funding": {
"type": "GitHub",
"url": "https://github.com/sponsors/StorytellerCZ"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.4",
"@types/meteor": "^2.9.8",
"all-contributors-cli": "^6.26.1",
"standard": "^17.1.0"
},
"dependencies": {}
}