-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 886 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"main": "./src/main.ts",
"dependencies": {
"@nativescript/core": "file:../../node_modules/@nativescript/core",
"@essent/nativescript-ng-sentry": "file:../../dist/packages/nativescript-ng-sentry",
"@essent/nativescript-adobe-experience-cloud": "file:../../dist/packages/nativescript-adobe-experience-cloud",
"@essent/nativescript-appdynamics": "file:../../dist/packages/nativescript-appdynamics",
"@essent/nativescript-iadvize": "file:../../dist/packages/nativescript-iadvize",
"@essent/nativescript-medallia": "file:../../dist/packages/nativescript-medallia",
"@essent/nativescript-urban-airship": "file:../../dist/packages/nativescript-urban-airship",
"@essent/nativescript-webview-ext": "file:../../dist/packages/nativescript-webview-ext"
},
"devDependencies": {
"@nativescript/android": "~8.5.0",
"@nativescript/ios": "~8.5.0"
}
}