-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 857 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 857 Bytes
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
{
"name": "@sophat/sidebar",
"version": "0.0.2",
"description": "@sophat/sidebar build for sidebar ui supported with tailwindcss",
"main": "./dist/index.js",
"type": "module",
"module": "./dist/index.js",
"scripts": {
"start": "tsc --watch",
"build": "tsc"
},
"homepage": "https://sidebar.hey1010.com",
"repository": {
"url": "https://github.com/pphatdev/sidebar"
},
"bugs": {
"url": "https://github.com/pphatdev/sidebar/issues"
},
"keywords": [
"sophat", "@sophat/sidebar", "sidebar", "ui", "tailwindcss"
],
"maintainers": [
{
"name": "pphatdev",
"url": "https://github.com/pphatdev",
"email": "info.sophat@gmail.com"
}
],
"author": "pphatdev <info.sophat@gmail.com>",
"license": "MIT"
}