-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.8 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.8 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
62
63
64
65
{
"name": "scandit-react-native-datacapture-core",
"version": "8.1.2",
"description": "Scandit Data Capture SDK for React Native",
"homepage": "https://github.com/Scandit/scandit-react-native-datacapture-core",
"main": "dist/index.js",
"types": "dist/dts/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/dts/index.d.ts"
},
"./experimental": {
"import": "./dist/experimental.js",
"types": "./dist/dts/experimental.d.ts"
}
},
"scripts": {
"jest": "jest",
"coverage": "jest --coverage",
"test": "pnpm run lint",
"lint": "eslint --debug ts",
"tsc": "tsc",
"build": "pnpm run rollup",
"rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
"start": "pnpm build -- --watch"
},
"keywords": [
"scandit",
"react-native"
],
"author": {
"name": "Scandit",
"email": "support@scandit.com"
},
"license": "Apache-2.0",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.70.0 <1.0.x"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
"@babel/plugin-transform-typescript": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.27.1",
"@jest/globals": "^29.7.0",
"@react-native/babel-preset": "^0.79.2",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@types/react": "19.1.4",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rollup": "3.22.0",
"ts-jest": "^29.3.3",
"typescript": "4.9.5"
},
"packageManager": "pnpm@10.15.0",
"dependencies": {
"scandit-datacapture-frameworks-core": "8.1.2"
}
}