Files
jazz-tools/packages/jazz-react-native-core/package.json
2025-06-02 12:16:31 -04:00

57 lines
1.6 KiB
JSON

{
"name": "jazz-react-native-core",
"type": "module",
"version": "0.14.17",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"react-native": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"react-native": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./dist/crypto": {
"react-native": "./dist/crypto/index.js",
"types": "./dist/crypto/index.d.ts",
"default": "./dist/crypto/index.js"
},
"./crypto": {
"react-native": "./dist/crypto/index.js",
"types": "./dist/crypto/index.d.ts",
"default": "./dist/crypto/index.js"
},
"./dist/testing": {
"react-native": "./dist/testing.js",
"types": "./dist/testing.d.ts",
"default": "./dist/testing.js"
},
"./testing": {
"react-native": "./dist/testing.js",
"types": "./dist/testing.d.ts",
"default": "./dist/testing.js"
}
},
"dependencies": {
"cojson": "workspace:*",
"cojson-storage": "workspace:*",
"cojson-transport-ws": "workspace:*",
"jazz-react-core": "workspace:*",
"jazz-tools": "workspace:*",
"react-native-fast-encoder": "^0.2.0",
"react-native-nitro-modules": "0.25.2",
"react-native-quick-crypto": "1.0.0-beta.16"
},
"devDependencies": {
"typescript": "catalog:"
},
"scripts": {
"dev": "tsc --watch --sourceMap --outDir dist",
"format-and-lint": "biome check .",
"format-and-lint:fix": "biome check . --write",
"build": "rm -rf ./dist && tsc --sourceMap --outDir dist"
}
}