|
| 1 | +{ |
| 2 | + "name": "react-native-contextsdk", |
| 3 | + "version": "4.1.1", |
| 4 | + "description": "React Native Library for ContextSDK", |
| 5 | + "keywords": [ |
| 6 | + "react native", |
| 7 | + "contextsdk" |
| 8 | + ], |
| 9 | + "homepage": "https://contextsdk.com", |
| 10 | + "bugs": { |
| 11 | + |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/context-sdk/react-native.git" |
| 16 | + }, |
| 17 | + "types": "types/index.d.ts", |
| 18 | + "scripts": { |
| 19 | + "start": "node node_modules/react-native/local-cli/cli.js start", |
| 20 | + "format": "prettier \"{samples/**/*.{md,js},*.{md,js}}\" --write", |
| 21 | + "lint": "eslint --ext .js,.jsx,.ts,.tsx ./*.js", |
| 22 | + "generate-types": "npx -p typescript tsc --build tsconfig-types.json", |
| 23 | + "append": "node types-scripts/append.js", |
| 24 | + "build": "npx -p typescript tsc --build tsconfig.json", |
| 25 | + "build-and-generate-types": "rm -rf types lib && npm run build && npm run generate-types && npm run append" |
| 26 | + }, |
| 27 | + "peerDependencies": { |
| 28 | + "@types/react": "^18.2.28", |
| 29 | + "prop-types": "^15.8.1", |
| 30 | + "react": ">=17.0.0", |
| 31 | + "react-native": ">=0.66.0" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@babel/core": "^7.23.2", |
| 35 | + "@babel/eslint-parser": "^7.21.8", |
| 36 | + "@babel/runtime": "^7.22.3", |
| 37 | + "@react-native/eslint-config": "^0.72.2", |
| 38 | + "@react-native/metro-config": "^0.72.11", |
| 39 | + "@tsconfig/react-native": "^3.0.0", |
| 40 | + "@types/react-test-renderer": "^18.0.0", |
| 41 | + "babel-jest": "^29.5.0", |
| 42 | + "eslint": "^8.41.0", |
| 43 | + "eslint-plugin-ft-flow": "^2.0.3", |
| 44 | + "eslint-plugin-simple-import-sort": "^10.0.0", |
| 45 | + "jest": "^29.5.0", |
| 46 | + "jsdoc": "^4.0.2", |
| 47 | + "metro-react-native-babel-preset": "0.76.8", |
| 48 | + "prettier": "^2.8.8", |
| 49 | + "react-native-codegen": "^0.71.5", |
| 50 | + "react-test-renderer": "18.2.0", |
| 51 | + "typescript": "^5.1.3" |
| 52 | + }, |
| 53 | + "engines": { |
| 54 | + "node": ">=16" |
| 55 | + } |
| 56 | +} |
0 commit comments