forked from fuse-open/uno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
52
53
54
{
"name": "@fuse-open/uno",
"version": "2.0.0-beta.10",
"description": "Extremely fast, native C#-dialect and powerful tooling for mobile and desktop developers.",
"dependencies": {
"@fuse-open/opentk": "^3.2.0",
"@fuse-open/transpiler": "^1.17.1",
"@fuse-open/xamarin-mac": "^5.14.1",
"dotnet-run": "^1.3.1"
},
"devDependencies": {
"filecompare": "^1.0.4",
"xbash": "^1.6.0"
},
"scripts": {
"build": "bash scripts/build.sh",
"postinstall": "node scripts/restore.js",
"postpack": "node scripts/restore.js",
"prepack": "bash scripts/pack.sh",
"test": "bash scripts/test.sh",
"version": "bash scripts/version.sh",
"uno": "dotnet-run bin/uno.exe"
},
"bin": {
"uno": "bin/uno.js"
},
"files": [
".unoconfig",
"bin/*",
"lib/build/*",
"scripts/restore.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-open/uno.git"
},
"keywords": [
"uno",
"programming-language",
"fuse",
"cross-platform",
"c-sharp"
],
"author": "Fuse Open",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuse-open/uno/issues"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/fuse-open"
},
"homepage": "https://github.com/fuse-open/uno#readme"
}