-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.18 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
51
{
"name": "fuse-sdk",
"version": "3.0.0-beta.4",
"description": "Build beautiful, high-performance iOS and Android apps with a single codebase.",
"dependencies": {
"@fuse-open/fuselibs": "~3.0.0-beta.9",
"@fuse-open/tsconfig": "~2.7.0",
"@fuse-open/types": "~2.7.1",
"@fuse-open/uno": "~3.0.0-beta.10"
},
"devDependencies": {
"axios": "^1.6.7"
},
"bin": {
"uno": "uno.js"
},
"files": [
"uno.js"
],
"scripts": {
"changelog": "node scripts/changelog.js",
"prepack": "node scripts/check-dependencies.js",
"test": "uno build test",
"uno": "node uno.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-open/fuse-sdk.git"
},
"keywords": [
"fuse",
"cross-platform",
"mobile",
"app",
"framework",
"javascript",
"typescript",
"uno",
"ux"
],
"author": "Fuse Open",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuse-open/fuse-sdk/issues"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/fuse-open"
},
"homepage": "https://github.com/fuse-open/fuse-sdk#readme"
}