forked from AOSSIE-Org/SupportUsButton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.22 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
47
48
49
50
51
{
"name": "@aossie/support-us-button",
"version": "1.0.0",
"description": "A customizable and flexible Support Us button component for integrating sponsorship and donation options into web applications.",
"keywords": [
"aossie",
"support",
"donation",
"sponsor",
"button",
"widget",
"open-source"
],
"homepage": "https://github.com/AOSSIE-Org/SupportUsButton#readme",
"bugs": {
"url": "https://github.com/AOSSIE-Org/SupportUsButton/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AOSSIE-Org/SupportUsButton.git"
},
"license": "GNU General Public License v3.0",
"author": "AOSSIE Organization",
"type": "module",
"main": "src/index.ts",
"files": [
"dist",
"index.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"No tests specified\"",
"build": "echo \"Build step not configured yet\""
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/react": "^19.2.14",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
}
}