UNPKG

cozy-intent

Version:

Event-based library allowing interactions between React-Native and React applications

61 lines (60 loc) 1.72 kB
{ "name": "cozy-intent", "description": "Event-based library allowing interactions between React-Native and React applications", "version": "2.31.1", "author": { "name": "Cozy Cloud", "url": "https://github.com/cozy" }, "bugs": { "url": "https://github.com/cozy/cozy-libs/issues" }, "dependencies": { "cozy-minilog": "^3.10.1", "post-me": "0.4.5" }, "devDependencies": { "@babel/cli": "7.16.8", "@babel/core": "7.16.12", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "babel-preset-cozy-app": "^2.8.4", "cozy-minilog": "^3.3.1", "jest": "30.3.0", "jest-environment-jsdom": "30.3.0", "mutationobserver-shim": "0.3.7", "react": "16.12.0", "typescript": "5.5.2" }, "files": [ "dist" ], "homepage": "https://github.com/cozy/cozy-libs/packages/cozy-intent", "keywords": [ "cozy", "cozy-libs", "cozy-react-native" ], "license": "MIT", "main": "dist/index.js", "peerDependencies": { "react": ">=16" }, "repository": { "type": "git", "url": "https://github.com/cozy/cozy-libs.git", "directory": "packages/cozy-intent" }, "scripts": { "build": "yarn build:clean && yarn build:types && babel --extensions .ts,.tsx --ignore '**/*.spec.tsx','**/*.spec.ts' ./src -d ./dist", "build:clean": "rm -rf ./dist", "build:types": "tsc -p tsconfig-build.json", "build:watch": "yarn build --watch", "prepublishOnly": "yarn build", "test": "jest --config=./tests/jest.config.js", "test:watch": "yarn test --watchAll", "start": "yarn build:watch" }, "types": "dist/index.d.ts", "gitHead": "e726cac12603dffee9a88debf8618c47bc628082" }