chromogen-zustand
Version:
simple, interaction-driven Jest test generator for Recoil and React Hooks apps
116 lines • 2.84 kB
JSON
{
"name": "chromogen-zustand",
"version": "3.0.54",
"description": "simple, interaction-driven Jest test generator for Recoil and React Hooks apps",
"main": "build/index.js",
"keywords": [
"react",
"recoil",
"jest",
"testing"
],
"files": [
"build"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "jest --verbose --coverage",
"ztest": "jest --verbose --coverage --testPathPattern=package/zustand_generator/__tests__/",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/open-source-labs/Chromogen.git"
},
"contributors": [
{
"name": "Michelle Holland",
"url": "https://github.com/michellebholland/"
},
{
"name": "Jim Chen",
"url": "https://github.com/chenchingk"
},
{
"name": "Andy Wang",
"url": "https://github.com/andywang23"
},
{
"name": "Connor Rose Delisle",
"url": "https://github.com/connorrose"
},
{
"name": "Amy Yee",
"url": "https://github.com/amyy98"
},
{
"name": "Cameron Greer",
"url": "https://github.com/cgreer011"
},
{
"name": "Jinseon Shin",
"url": "https://github.com/wlstjs"
},
{
"name": "Nicholas Shay",
"url": "https://github.com/nicholasjs"
},
{
"name": "Ryan Tumel",
"url": "https://github.com/rtumel123"
},
{
"name": "Marcellies Pettiford",
"url": "https://github.com/mp-04"
},
{
"name": "Sung Kim",
"url": "https://github.com/smk53664"
},
{
"name": "Lina Lee",
"url": "https://github.com/lina4lee"
},
{
"name": "Erica Oh",
"url": "https://github.com/ericaysoh"
},
{
"name": "Dani Almaraz",
"url": "https://github.com/dtalmaraz"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/open-source-labs/Chromogen/issues"
},
"homepage": "https://github.com/open-source-labs/Chromogen#readme",
"peerDependencies": {
"jest": ">=24.0.0",
"typescript": ">=3.8.0"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"recoil": "^0.7.2",
"redux": "^4.0.5",
"zustand": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/react": "^13.1.1",
"@types/node": "^14.11.2",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"babel-jest": "^26.3.0",
"coveralls": "^3.1.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"jest": "^26.4.2",
"react-test-renderer": "^18.0.0",
"typescript": "^4.0.3"
}
}