forked from fuse-open/fuselibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@fuse-open/fuselibs",
"version": "2.0.0-beta.1",
"description": "Fuselibs is a collection of Uno libraries that provide the UI framework used to build Fuse apps.",
"devDependencies": {
"@fuse-open/uno": "^2.0.0-beta.5"
},
"scripts": {
"build": "uno doctor Source",
"prepack": "uno doctor Source --configuration=Release",
"test": "uno test Source",
"android": "uno build android Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj --run",
"dotnet": "uno build dotnet Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj --run",
"ios": "uno build ios Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj --run",
"native": "uno build native Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj --run"
},
"files": [
"Source/build/*",
".unoconfig"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-open/fuselibs.git"
},
"keywords": [
"mobile",
"app",
"framework",
"fuse",
"uno",
"ux"
],
"author": "Fuse Open",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuse-open/fuselibs/issues"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/fuse-open"
},
"homepage": "https://github.com/fuse-open/fuselibs#readme"
}