UNPKG

@kcutils/react-testkit

Version:

Add React utilities and Enzyme support

64 lines (63 loc) 1.42 kB
{ "name": "@kcutils/react-testkit", "version": "0.5.30", "description": "Add React utilities and Enzyme support", "main": "lib/index.js", "typings": "lib/index.d.ts", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "https://github.com/kamontat/kcutils", "directory": "internals/react-testkit" }, "author": { "name": "Kamontat Chantrachirathumrong", "email": "developer@kamontat.net", "url": "https://github.com/kamontat" }, "publishConfig": { "access": "public" }, "files": [ "CHANGELOG.md", "README.md", "lib/**/*.js", "lib/**/*.d.ts", "data/**/*.json" ], "keywords": [ "kcmono", "kcutils", "libraries", "tester", "node", "typescript", "jest", "eslint", "common", "testkit", "react", "enzyme" ], "scripts": { "build": "icompiler-tsc", "start": "irunner", "clean": "icleaner", "test": "itester", "lint": "ilinter" }, "dependencies": { "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "enzyme-to-json": "3.5.0", "react": "16.14.0", "react-dom": "16.14.0" }, "devDependencies": { "@kcinternal/commandline": "0.20.1", "@kcinternal/configuration": "0.8.32", "@types/enzyme": "3.10.6", "@types/enzyme-adapter-react-16": "1.0.6" }, "gitHead": "fd2cb547cdc7d795758b10f3980fa90ee3d37526" }