-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "scandit-react-native-datacapture-parser",
"version": "6.28.2",
"description": "Scandit Data Capture SDK for React Native",
"homepage": "https://github.com/Scandit/scandit-react-native-datacapture-parser",
"main": "dist/index.js",
"types": "dist/dts/index.d.ts",
"scripts": {
"test": "yarn lint",
"lint": "tslint --project .",
"build": "npm run rollup",
"rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
"start": "yarn build -- --watch",
"clean": "../scripts/clean_package.py parser"
},
"keywords": [
"scandit",
"react-native"
],
"author": {
"name": "Scandit",
"email": "[email protected]"
},
"license": "Apache-2.0",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"tslint": "^6.1.2",
"typescript": "4.9.5",
"rollup": "3.29.2",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-typescript": "11.1.3",
"@rollup/plugin-commonjs": "25.0.4",
"rollup-plugin-modify": "3.0.0"
},
"dependencies": {
"scandit-react-native-datacapture-core": "6.28.2",
"scandit-datacapture-frameworks-core": "6.28.2"
}
}