{ "name": "prism-react", "version": "1.0.2", "description": "Prism bindings for React-Redux", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build:commonjs": "tsc -p ./ --module commonjs --outDir lib", "build": "npm run build:commonjs", "test": "jest", "test:watch": "npm run test -- --watch", "preversion": "npm test", "version": "npm run build", "postversion": "git push && git push --tags", "prepublish": "npm run build" }, "author": "Tomas Weiss ", "bugs": { "url": "https://github.com/salsita/prism/issues" }, "license": "MIT", "devDependencies": { "@types/enzyme": "^2.7.4", "@types/jest": "^18.1.1", "@types/react": "^15.0.7", "@types/react-redux": "^4.4.36", "@types/recompose": "^0.20.4", "@types/redux": "^3.6.0", "enzyme": "^2.7.1", "jest": "^18.1.0", "react": "^15.4.2", "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", "react-redux": "^5.0.2", "redux": "^3.6.0", "ts-jest": "^18.0.3", "typescript": "^2.1.5" }, "peerDependencies": { "react": "^15.0.2 || ^0.14.8" }, "dependencies": { "recompose": "^0.22.0" }, "jest": { "transform": { ".(ts|tsx)": "/node_modules/ts-jest/preprocessor.js" }, "testRegex": "(src/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js" ] }, "files": [ "lib", "src" ] }