chromogen
Version:
simple, interaction-driven Jest test generator for Recoil and React Hooks apps
155 lines (154 loc) • 3.77 kB
JSON
{
"name": "chromogen",
"version": "5.0.1",
"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",
"localUpdate": "tsc && npm --prefix ../demo-zustand-todo run update",
"tarballUpdate": "npm --prefix ../demo-zustand-todo run symlink",
"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": "Brach Burdick",
"url": "https://github.com/sirbrachthepale/"
},
{
"name": "Francois Denavaut",
"url": "https://github.com/dnvt/"
},
{
"name": "Maggie Kwan",
"url": "https://github.com/maggiekwan/"
},
{
"name": "Lawrence Liang",
"url": "https://github.com/Lawliang/"
},
{
"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"
},
{
"name": "Craig Boswell",
"url": "https://github.com/crgb0s"
},
{
"name": "Hussein Ahmed",
"url": "https://github.com/Hali3030"
},
{
"name": "Ian Kila",
"url": "https://github.com/iannkila"
},
{
"name": "Yuehao Wong",
"url": "https://github.com/yuehaowong"
}
],
"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": {
"@uiw/react-textarea-code-editor": "^2.1.1",
"dependency-cruiser": "^12.9.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"recoil": "^0.7.2",
"redux": "^4.0.5",
"styled-components": "^5.3.6",
"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",
"@types/styled-components": "^5.1.26",
"babel-jest": "^26.3.0",
"coveralls": "^3.1.0",
"css-loader": "^6.7.3",
"eslint-config-airbnb-typescript": "^17.0.0",
"jest": "^26.6.3",
"react-test-renderer": "^18.0.0",
"typescript": "^4.0.3"
}
}