-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
50 lines (50 loc) · 1.91 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
44
45
46
47
48
49
50
{
"name": "@fuse-open/fuselibs",
"version": "3.0.0-beta.9",
"description": "Fuselibs is a collection of Uno libraries that provide the UI framework used to build Fuse apps.",
"devDependencies": {
"@fuse-open/uno": "^3.0.0-beta.10",
"concurrently": "^8.2.1"
},
"scripts": {
"build": "uno doctor Source",
"prepack": "uno doctor Source --configuration=Release",
"test": "uno test Source",
"test-with-timeout": "concurrently -k -r -s first -P \"node tools/timeout.js\" \"npm test -- {@}\" --",
"android": "uno build android Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj --run",
"android-emu": "uno build android-emu 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 --debug",
"ios-metal": "uno build ios Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj -DMETAL --debug",
"ios-sim": "uno build ios-sim Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj --run",
"ios-sim-metal": "uno build ios-sim Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj -DMETAL --run",
"native": "uno build native Tests/ManualTests/ManualTestingApp/ManualTestingApp.unoproj --run",
"doc-export": "uno build docs tools/doc-export"
},
"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"
}