cozy-intent
Version:
Event-based library allowing interactions between React-Native and React applications
60 lines (59 loc) • 1.68 kB
JSON
{
"name": "cozy-intent",
"description": "Event-based library allowing interactions between React-Native and React applications",
"version": "2.30.0",
"author": {
"name": "Cozy Cloud",
"url": "https://github.com/cozy"
},
"bugs": {
"url": "https://github.com/cozy/cozy-libs/issues"
},
"dependencies": {
"cozy-minilog": "^3.10.0",
"post-me": "0.4.5"
},
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/core": "7.16.12",
"@testing-library/react": "10.4.9",
"@testing-library/react-hooks": "7.0.2",
"babel-preset-cozy-app": "^2.8.1",
"cozy-minilog": "^3.3.1",
"jest": "26.6.3",
"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": "f83732db828dad35ba70c744c91f8081d26254f2"
}