forked from NativeScript/android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 930 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
38
39
40
{
"name": "@akylas/nativescript-android-runtime",
"description": "NativeScript for Android using v8",
"version": "8.8.5",
"repository": {
"type": "git",
"url": "https://github.com/Akylas/nativescript-android-runtime"
},
"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": {
"version": "standard-version"
},
"devDependencies": {
"conventional-changelog-cli": "^5.0.0",
"dayjs": "^1.11.7",
"semver": "^7.6.2",
"standard-version": "^9.5.0"
},
"workspaces": [
"test-app/build-tools/jsparser"
]
}