forked from newrelic/newrelic-cordova-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 793 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
{
"name": "newrelic-cordova-plugin",
"version": "6.0.2",
"description": "New Relic Cordova Plugin for iOS and Android",
"repo": "https://github.com/newrelic/newrelic-cordova-plugin/",
"scripts": {
"test": "mocha tests/installation",
"test:android": "cordova-paramedic --cleanUpAfterRun --verbose --platform android --plugin .",
"test:ios": "cordova-paramedic --cleanUpAfterRun --verbose --platform ios --plugin ."
},
"keywords": [
"cordova",
"newrelic",
"monitoring",
"ios",
"android"
],
"author": "New Relic",
"devDependencies": {
"chai": "^3.5.0",
"cordova-paramedic": "github:apache/cordova-paramedic",
"mocha": "^10.2.0",
"prettier": "2.7.1",
"shelljs": "^0.8.5",
"xcode": "^2.0.0"
},
"dependencies": {
}
}