-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.08 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "scandit-capacitor-datacapture-parser",
"version": "6.28.3",
"description": "Scandit Data Capture SDK for Capacitor",
"license": "Apache-2.0",
"private": false,
"author": {
"name": "Scandit",
"email": "[email protected]"
},
"homepage": "https://github.com/Scandit/scandit-capacitor-datacapture-parser",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/dts/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Scandit/scandit-capacitor-datacapture-parser.git"
},
"bugs": {
"url": "https://github.com/Scandit/scandit-capacitor-datacapture-parser/issues"
},
"keywords": [
"capacitor",
"plugin",
"native"
],
"scripts": {
"lint": "eslint ./src",
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"swiftlint": "node-swiftlint",
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"clean": "rimraf ./dist",
"watch": "tsc --watch"
},
"dependencies": {
"scandit-capacitor-datacapture-core": "6.28.3",
"scandit-datacapture-frameworks-core": "6.28.3"
},
"devDependencies": {
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/docgen": "^0.2.1",
"@ionic/prettier-config": "^1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
"@types/node": "18.15.3",
"prettier": "^2.0.5",
"prettier-plugin-java": "^2.0.0",
"rimraf": "4.4.0",
"rollup": "3.26.2",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.2",
"@rollup/plugin-commonjs": "24.1.0",
"rollup-plugin-modify": "3.0.0",
"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/",
"ScanditCapacitorDatacaptureParser.podspec"
],
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config"
}