-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.01 KB
/
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
{
"name": "scandit-cordova-datacapture-id-voided-detection",
"version": "6.28.3",
"description": "Scandit Data Capture SDK for Cordova",
"license": "Apache-2.0",
"private": false,
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"scripts": {
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"test": "npm run lint",
"lint": "echo 'scandit-cordova-datacapture-id-voided-detection does not have TS files to lint'",
"coverage": "echo 'scandit-cordova-datacapture-id-voided-detection does not have TS files to lint'",
"clear-jest-cache": "jest --clearCache || true",
"clean": "echo 'scandit-cordova-datacapture-id-voided-detection does not have TS files to lint'",
"clean-all": "echo 'scandit-cordova-datacapture-id-voided-detection does not have TS files to lint'"
},
"dependencies": {
},
"devDependencies": {},
"cordova": {
"id": "scandit-cordova-datacapture-id-voided-detection",
"platforms": [
"ios",
"android"
]
}
}