-
-
Notifications
You must be signed in to change notification settings - Fork 135
/
package.json
37 lines (37 loc) · 909 Bytes
/
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
{
"name": "@nativescript/android",
"description": "NativeScript for Android using v8",
"version": "8.8.6",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/android.git"
},
"files": [
"**/*"
],
"version_info": {
"v8": "10.3.22.0",
"gradle": "8.4",
"gradleAndroid": "8.3.2",
"ndk": "r23c",
"ndkApiLevel": "17",
"minSdk": "17",
"compileSdk": "34",
"buildTools": "34.0.0",
"kotlin": "2.0.0"
},
"// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
"gradle": {
"version": "8.4",
"android": "8.3.2"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "npm run changelog && git add CHANGELOG.md"
},
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"dayjs": "^1.11.7",
"semver": "^7.5.0"
}
}