-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1 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
32
33
34
35
{
"name": "scandit-cordova-datacapture-text",
"version": "6.28.2",
"description": "Scandit Data Capture SDK for Cordova",
"license": "Apache-2.0",
"private": false,
"main": "dist/index.js",
"types": "dist/dts/index.d.ts",
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"scripts": {
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"test": "npm run lint",
"lint": "eslint ./www/ts",
"coverage": "jest --coverage",
"clear-jest-cache": "jest --clearCache || true",
"clean": "npm run clear-jest-cache && node ../scandit-cordova-datacapture-core/scripts/clean.js",
"clean-all": "npm run clean && node ../scandit-cordova-datacapture-core/scripts/clean-all.js"
},
"dependencies": {
"scandit-cordova-datacapture-core": "6.28.2",
"scandit-datacapture-frameworks-core": "6.28.2"
},
"devDependencies": {},
"cordova": {
"id": "scandit-cordova-datacapture-text",
"platforms": [
"ios",
"android"
]
}
}