-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 Bytes
/
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
{
"name": "aloha-ui",
"version": "0.0.0",
"description": "A RTC related UI design language based on web-components",
"main": "aloha-ui.umd.js",
"module": "aloha-ui.js",
"type": "module",
"scripts": {
"dev": "pnpm -F=./packages/aloha-components run dev",
"build": "pnpm -F=./packages/aloha-components run build",
"website": "pnpm -F=./packages/aloha-website run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simo-an/aloha-ui.git"
},
"keywords": [
"web-components",
"ui-components",
"rtc",
"ui",
"cross-platform"
],
"author": "simu",
"license": "MIT",
"bugs": {
"url": "https://github.com/simo-an/aloha-ui/issues"
},
"homepage": "https://github.com/simo-an/aloha-ui#readme",
"devDependencies": {
"tslib": "^2.6.0",
"typescript": "^5.2.2"
}
}