FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
android/package.json at main · NativeScript/android · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
android
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
144
Star
563
Code
Issues
102
Pull requests
13
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
android
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (40 loc) · 1 KB
Breadcrumbs
android
/
package.json
Copy path
File metadata and controls
40 lines (40 loc) · 1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@nativescript/android
"
,
"description"
:
"
NativeScript for Android using v8
"
,
"version"
:
"
9.0.5
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/NativeScript/android.git
"
},
"files"
: [
"
**/*
"
],
"version_info"
: {
"v8"
:
"
14.9.207.39
"
,
"gradle"
:
"
8.14.3
"
,
"gradleAndroid"
:
"
8.12.1
"
,
"ndk"
:
"
r29
"
,
"ndkApiLevel"
:
"
21
"
,
"minSdk"
:
"
21
"
,
"compileSdk"
:
"
35
"
,
"buildTools"
:
"
35.0.0
"
,
"kotlin"
:
"
2.0.0
"
},
"// this gradle key is here for backwards compatibility - we'll phase it out slowly..."
:
"
"
,
"gradle"
: {
"version"
:
"
8.14.3
"
,
"android"
:
"
8.12.1
"
},
"scripts"
: {
"changelog"
:
"
conventional-changelog -p angular -i CHANGELOG.md -s
"
,
"lint"
:
"
eslint test-app/runtime/src/main/cpp/js
"
,
"version"
:
"
npm run changelog && git add CHANGELOG.md
"
},
"devDependencies"
: {
"conventional-changelog-cli"
:
"
^2.1.1
"
,
"dayjs"
:
"
^1.11.7
"
,
"eslint"
:
"
^9.15.0
"
,
"globals"
:
"
^15.12.0
"
,
"semver"
:
"
^7.5.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL