-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
23 lines (23 loc) · 1.07 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
{
"name": "super-web-share",
"version": "1.0.0",
"description": "<p> <a href=\"https://x.com/intent/follow?screen_name=superwebshare\"> \t\t<img src=\"https://img.shields.io/twitter/follow/superwebshare.svg?style=social&logo=twitter\" alt=\"follow SuperWebShare on Twitter\"> \t</a> \t<a href=\"https://github.com/superwebshare/SuperWebShare-WordPress-Plugin\"> \t\t<img src=\"https://img.shields.io/github/stars/superwebshare/SuperWebShare-WordPress-Plugin.svg?style=social&logo=github&label=SuperWebShare\" alt=\"Star Super Web Share\"> \t</a>",
"main": "",
"scripts": {
"admin-dev": "npx tailwindcss -i ./admin/css/super-web-share-admin.css -o ./admin/css/super-web-share-admin.min.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superwebshare/super-web-share.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/superwebshare/super-web-share/issues"
},
"homepage": "https://github.com/superwebshare/super-web-share#readme",
"dependencies": {
"tailwindcss": "^3.4.1"
}
}