-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.05 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-react-native-datacapture-price-label",
"version": "6.28.3",
"description": "Scandit Data Capture SDK for React Native",
"homepage": "https://github.com/Scandit/scandit-react-native-datacapture-price-label",
"main": "index.js",
"scripts": {
"test": "yarn lint",
"lint": "echo 'scandit-react-native-datacapture-price-label does not have TS files to lint'",
"build": "echo 'scandit-react-native-datacapture-price-label does not have TS files to build'",
"start": "yarn build -- --watch",
"clean": "../scripts/clean_package.py price-label"
},
"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": "5.0.4",
"rollup": "3.29.2",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-typescript": "11.1.3",
"@rollup/plugin-commonjs": "25.0.4"
}
}