generated from StabilityNexus/Template-Repo
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
45
46
{
"name": "social-share-button-aossie",
"version": "1.0.3",
"description": "Lightweight social sharing component for web applications",
"main": "src/social-share-button.js",
"files": [
"src/social-share-button.js",
"src/social-share-button.css",
"src/social-share-button-react.jsx",
"README.md",
"LICENSE"
],
"scripts": {
"lint": "eslint src/**/*.{js,jsx}",
"lint:fix": "eslint src/**/*.{js,jsx} --fix",
"format": "prettier --write \"**/*.{js,jsx,json,css,md,html}\"",
"format:check": "prettier --check \"**/*.{js,jsx,json,css,md,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AOSSIE-Org/SocialShareButton.git"
},
"keywords": [
"social-share",
"share-button",
"vanilla-js",
"react",
"zero-dependencies",
"social-media",
"share",
"whatsapp",
"facebook",
"twitter",
"linkedin"
],
"author": "AOSSIE",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AOSSIE-Org/SocialShareButton/issues"
},
"homepage": "https://github.com/AOSSIE-Org/SocialShareButton#readme",
"devDependencies": {
"eslint": "^8.56.0",
"prettier": "^3.2.4"
}
}