UNPKG

740 BJSONView Raw
1{
2 "name": "extra-jest",
3 "version": "0.0.7",
4 "description": "Some extra functions to work with jest testing framework",
5 "main": "index.js",
6 "author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
7 "license": "MIT",
8 "homepage": "https://github.com/ksxnodemodules/nodemonorepo#readme",
9 "bugs": {
10 "url": "https://github.com/ksxnodemodules/nodemonorepo/issues"
11 },
12 "keywords": [
13 "jest"
14 ],
15 "dependencies": {
16 "ramda": "^0.25.0",
17 "fs-extra": "^6.0.1",
18 "fs-tree-utils": "^0.0.6",
19 "unique-temp-path": "^0.0.7",
20 "@types/ramda": "^0.25.28",
21 "@types/fs-extra": "^5.0.2",
22 "@types/node": "^10.0.8"
23 },
24 "peerDependencies": {
25 "jest": "^22.4.3"
26 },
27 "engines": {
28 "node": ">= 8.9.0"
29 }
30}