forked from Scandit/scandit-capacitor-datacapture-barcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.75 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "scandit-capacitor-datacapture-barcode",
"version": "6.18.2",
"description": "Scandit Data Capture SDK for Capacitor",
"license": "Apache-2.0",
"private": false,
"author": {
"name": "Scandit",
"email": "support@scandit.com"
},
"homepage": "https://github.com/Scandit/scandit-capacitor-datacapture-barcode",
"main": "dist/plugin.js",
"module": "dist/esm/scandit-capacitor-datacapture-barcode/src/index.js",
"types": "dist/esm/scandit-capacitor-datacapture-barcode/src/definitions.d.ts",
"scripts": {
"postbuild": "node ./scripts/normalize-d-ts.js",
"lint": "eslint ./src",
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"swiftlint": "node-swiftlint",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"clean": "rimraf ./dist",
"watch": "tsc --watch"
},
"dependencies": {
"scandit-capacitor-datacapture-core": "6.18.2"
},
"devDependencies": {
"@capacitor/android": ">=3.0.0",
"@capacitor/core": ">=3.0.0",
"@capacitor/ios": ">=3.0.0",
"@ionic/prettier-config": "^1.0.0",
"@ionic/swiftlint-config": "^1.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/node": "18.15.3",
"prettier": "^2.0.5",
"prettier-plugin-java": "^2.0.0",
"rimraf": "4.4.0",
"rollup": "^2.79.1",
"swiftlint": "^1.0.1",
"typescript": "4.9.5",
"eslint": "8.37.0",
"@typescript-eslint/parser": "5.57.1",
"@typescript-eslint/eslint-plugin": "5.57.1"
},
"files": [
"dist/",
"ios/",
"android/",
"ScanditCapacitorDatacaptureBarcode.podspec"
],
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config"
}